Go to file
C10udburst 9bd5bc00df remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
.github/workflows [skip_ci] [actions_ski] fix 2022-08-15 20:16:40 +02:00
.vscode Initial commit 2022-08-09 17:42:39 +00:00
AllAnimeProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AllMoviesForYouProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AniflixProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AnimeFlickProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AnimePaheProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AnimekisaProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AsiaFlixProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
BflixProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
DubbedAnimeProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
EjaTv remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
GogoanimeProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
HDMProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
IHaveNoTvProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
KawaiifuProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
KimCartoonProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
KisskhProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
MeloMovieProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
NginxProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
NineAnimeProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
OlgplyProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
SflixProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
SoaptwoDayProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
SuperStream remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
TenshiProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
TheFlixToProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
TrailersTwoProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
VMoveeProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
VidSrcProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
VidstreamBundle remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
WatchCartoonOnlineProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
WcofunProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
gradle/wrapper Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
.gitignore Initial commit 2022-08-09 17:42:39 +00:00
README.md Update README.md 2022-08-15 22:33:51 +00:00
build.gradle.kts Switch to VERSION_1_8 to make it compile with sdk 21 2022-08-10 23:54:29 +02:00
gradle.properties Initial commit 2022-08-09 17:42:39 +00:00
gradlew Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
gradlew.bat Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
settings.gradle.kts fix a few providers, closes #3 2022-08-17 11:23:26 +02:00

README.md

⚠️ 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

  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

License

Everything in this repo is released into the public domain. You may use it however you want with no conditions whatsoever

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!