Go to file
darkdemon 3e5ffc8d0a
fix(MHDTVWorld): bypass cloudflare
2022-12-04 16:33:24 +05:30
.github/workflows Initial commit 2022-09-13 21:42:19 +05:30
.vscode Initial commit 2022-09-13 21:42:19 +05:30
5movierulzProvider/src/main feat: add MHDTVWorld 2022-12-02 15:57:20 +05:30
AnimeWorldProvider add AnimeWorld source 2022-09-30 00:34:30 +05:30
CinevezProvider add cinevez source 2022-11-07 18:11:33 +05:30
EinthusanProvider closes #3 feat: add einthusan.tv 2022-12-03 23:34:12 +05:30
GDJioTVProvider fix: NPJioTV, SnehIPTV 2022-11-30 18:15:44 +05:30
IBommaProvider IBomma: update domain and bump version 2022-11-05 23:11:49 +05:30
MHDTVProvider fix(MHDTVWorld): bypass cloudflare 2022-12-04 16:33:24 +05:30
NPJioTVProvider fix: NPJioTV, SnehIPTV 2022-11-30 18:15:44 +05:30
NollyVerseProvider add: NollyVerse Source 2022-10-29 05:04:21 +05:30
OnlineMoviesHinditProvider Add StreamBlasters Source 2022-09-25 17:03:37 +05:30
PrmoviesProvider fix: uwatchfree, prmovies 2022-11-20 17:43:11 +05:30
SnehIPTVProvider fix: NPJioTV, SnehIPTV 2022-11-30 18:15:44 +05:30
StreamBlastersProvider fix StreamBlasters properly 2022-10-10 13:55:28 +05:30
UWatchFreeProvider fix: uwatchfree, prmovies 2022-11-20 17:43:11 +05:30
gradle/wrapper Initial commit 2022-09-13 21:42:19 +05:30
.gitignore Initial commit 2022-09-13 21:42:19 +05:30
LICENSE Create LICENSE 2022-10-09 01:57:59 +05:30
README.md update readme 2022-09-25 17:05:09 +05:30
build.gradle.kts Add StreamBlasters Source 2022-09-25 17:03:37 +05:30
gradle.properties Initial commit 2022-09-13 21:42:19 +05:30
gradlew Initial commit 2022-09-13 21:42:19 +05:30
gradlew.bat Initial commit 2022-09-13 21:42:19 +05:30
settings.gradle.kts Initial commit 2022-09-13 21:42:19 +05:30

README.md

Cloudstream3 Plugin Repository

Used to load providers for Cloudstream

Getting started with writing your first plugin

  1. Open the root build.gradle.kts, read the comments and replace all the placeholders
  2. Familiarize yourself with the project structure. Most files are commented
  3. Build or deploy your first plugin using:
    • Windows: .\gradlew.bat ExampleProvider:make or .\gradlew.bat ExampleProvider:deployWithAdb
    • Linux & Mac: ./gradlew ExampleProvider:make or ./gradlew ExampleProvider:deployWithAdb