diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d7b36..34f3788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v1.5.0 +- **New source**: CityPlex movies and series + ## v1.4.0 - **New sources**: RoarZone, FTPBD, CircleFTP, ICC FTP - **Web UI**: Configure sources at `http://127.0.0.1:7001` diff --git a/README.md b/README.md index c7bba4b..aadac8f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ npx streambdix - [FTPBD](https://ftpbd.net) - [CircleFTP](http://new.circleftp.net) - [ICC FTP](http://10.16.100.244) +- [CityPlex](https://cityplex.live/) --- @@ -62,4 +63,4 @@ Access your addon from anywhere using Cloudflare Tunnel. --- -**Made for BDIX users** \ No newline at end of file +**Made for BDIX users** diff --git a/addon.json b/addon.json index f6ef840..5b317b0 100644 --- a/addon.json +++ b/addon.json @@ -1,7 +1,7 @@ { "id": "com.streambdix", "name": "StreamBDIX", - "version": "1.4.0", + "version": "1.5.0", "description": "Stream from BDIX sites on Stremio", "resources": [ "stream" @@ -18,4 +18,4 @@ "adult": false, "p2p": false } -} \ No newline at end of file +} diff --git a/index.js b/index.js index c26ce88..0189d9d 100755 --- a/index.js +++ b/index.js @@ -16,7 +16,8 @@ const SOURCES = { roarzone: { name: 'RoarZone', urls: ['https://play.roarzone.info'] }, ftpbd: { name: 'FTPBD', urls: ['http://media.ftpbd.net:8096'] }, circleftp: { name: 'CircleFTP', urls: ['http://new.circleftp.net'] }, - iccftp: { name: 'ICC FTP', urls: ['http://10.16.100.244'] } + iccftp: { name: 'ICC FTP', urls: ['http://10.16.100.244'] }, + cityplex: { name: 'CityPlex', urls: ['https://cityplex.live'] } }; const dataDir = () => path.join(process.env.HOME || process.env.USERPROFILE, '.streambdix'); diff --git a/package.json b/package.json index e730a9a..c64ab4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streambdix", - "version": "1.4.0", + "version": "1.5.0", "description": "Stream from BDIX sites on Stremio", "main": "index.js", "bin": { @@ -20,4 +20,4 @@ "axios": "^1.6.0", "stremio-addon-sdk": "^1.6.10" } -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index f57e8dc..bc8c114 100644 --- a/public/index.html +++ b/public/index.html @@ -561,7 +561,8 @@