mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
THIS IS A READ-ONLY MIRROR OF https://github.com/recloudstream/cloudstream-extensions
.github/workflows | ||
.vscode | ||
AllAnimeProvider | ||
AllMoviesForYouProvider | ||
AniflixProvider | ||
AnimeFlickProvider | ||
AnimekisaProvider | ||
AnimePaheProvider | ||
AsiaFlixProvider | ||
BflixProvider | ||
Crunchyroll | ||
DubbedAnimeProvider | ||
EjaTv | ||
GogoanimeProvider | ||
gradle/wrapper | ||
HDMProvider | ||
IHaveNoTvProvider | ||
KawaiifuProvider | ||
KimCartoonProvider | ||
KisskhProvider | ||
MeloMovieProvider | ||
NginxProvider | ||
NineAnimeProvider | ||
OlgplyProvider | ||
SflixProvider | ||
SoaptwoDayProvider | ||
SuperembedProvider | ||
SuperStream | ||
TenshiProvider | ||
TheFlixToProvider | ||
Topdocumentaryfilms | ||
TrailersTwoProvider | ||
Tvtwofourseven | ||
VidSrcProvider | ||
VidstreamBundle | ||
VMoveeProvider | ||
WatchCartoonOnlineProvider | ||
WcofunProvider | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
⚠️ 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:make
or.\gradlew.bat ExampleProvider:deployWithAdb
- Linux & Mac:
./gradlew ExampleProvider:make
or./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!