No description
- Kotlin 100%
| .github/workflows | aaa | |
| AllAnimeProvider | aaa | |
| AllMoviesForYouProvider | aaa | |
| AniflixProvider | aaa | |
| AnimeFlickProvider | aaa | |
| AnimekisaProvider | aaa | |
| AnimePaheProvider | aaa | |
| AsiaFlixProvider | aaa | |
| Ask4Movie | aaa | |
| BflixProvider | aaa | |
| Crunchyroll | aaa | |
| DubbedAnimeProvider | aaa | |
| EjaTv | aaa | |
| GogoanimeProvider | aaa | |
| gradle/wrapper | aaa | |
| HDMProvider | aaa | |
| IHaveNoTvProvider | aaa | |
| KawaiifuProvider | aaa | |
| KimCartoonProvider | aaa | |
| KisskhProvider | aaa | |
| MeloMovieProvider | aaa | |
| NginxProvider | ss | |
| NineAnimeProvider | aaa | |
| OlgplyProvider | aaa | |
| SflixProvider | aaa | |
| SoaptwoDayProvider | aaa | |
| StremioProvider | aaa | |
| SuperembedProvider | aaa | |
| SuperStream | aaa | |
| TenshiProvider | aaa | |
| TheFlixToProvider | aaa | |
| Topdocumentaryfilms | aaa | |
| TrailersTwoProvider | aaa | |
| Tvtwofourseven | aaa | |
| VidSrcProvider | aaa | |
| VidstreamBundle | aaa | |
| VMoveeProvider | aaa | |
| WatchCartoonOnlineProvider | aaa | |
| WcofunProvider | aaa | |
| .gitignore | aaa | |
| build.gradle.kts | aaa | |
| gradle.properties | aaa | |
| gradlew | aaa | |
| gradlew.bat | aaa | |
| LICENSE | aaa | |
| README.md | aaa | |
| settings.gradle.kts | aaa | |
⚠️ This is currently under development, dont use it yet if you're not comfortable with constantly merging new changes
Cloudstream English Plugin Repository 🇬🇧
All available repositories: https://recloudstream.github.io/repos/
Plugin json: https://raw.githubusercontent.com/recloudstream/cloudstream-extensions/builds/plugins.json
Not all extractors are included, only those need to compile. We need to use loadExtractor in the future.
Getting started with writing your first plugin
- Open the root build.gradle.kts, read the comments and replace all the placeholders
- Familiarize yourself with the project structure. Most files are commented
- Build or deploy your first plugin using:
- Windows:
.\gradlew.bat ExampleProvider:makeor.\gradlew.bat ExampleProvider:deployWithAdb - Linux & Mac:
./gradlew ExampleProvider:makeor./gradlew ExampleProvider:deployWithAdb
- Windows:
Attribution
This template as well as the gradle plugin and the whole plugin system is heavily based on Aliucord. Go use it, it's a great mobile discord client mod!