1
0
Fork
You've already forked eng-ext
0
No description
  • Kotlin 100%
Find a file
2023年09月29日 20:24:58 -06:00
.github/workflows aaa 2023年09月29日 20:24:19 -06:00
AllAnimeProvider aaa 2023年09月29日 20:24:19 -06:00
AllMoviesForYouProvider aaa 2023年09月29日 20:24:19 -06:00
AniflixProvider aaa 2023年09月29日 20:24:19 -06:00
AnimeFlickProvider aaa 2023年09月29日 20:24:19 -06:00
AnimekisaProvider aaa 2023年09月29日 20:24:19 -06:00
AnimePaheProvider aaa 2023年09月29日 20:24:19 -06:00
AsiaFlixProvider aaa 2023年09月29日 20:24:19 -06:00
Ask4Movie aaa 2023年09月29日 20:24:19 -06:00
BflixProvider aaa 2023年09月29日 20:24:19 -06:00
Crunchyroll aaa 2023年09月29日 20:24:19 -06:00
DubbedAnimeProvider aaa 2023年09月29日 20:24:19 -06:00
EjaTv aaa 2023年09月29日 20:24:19 -06:00
GogoanimeProvider aaa 2023年09月29日 20:24:19 -06:00
gradle/wrapper aaa 2023年09月29日 20:24:19 -06:00
HDMProvider aaa 2023年09月29日 20:24:19 -06:00
IHaveNoTvProvider aaa 2023年09月29日 20:24:19 -06:00
KawaiifuProvider aaa 2023年09月29日 20:24:19 -06:00
KimCartoonProvider aaa 2023年09月29日 20:24:19 -06:00
KisskhProvider aaa 2023年09月29日 20:24:19 -06:00
MeloMovieProvider aaa 2023年09月29日 20:24:19 -06:00
NginxProvider ss 2023年09月29日 20:24:58 -06:00
NineAnimeProvider aaa 2023年09月29日 20:24:19 -06:00
OlgplyProvider aaa 2023年09月29日 20:24:19 -06:00
SflixProvider aaa 2023年09月29日 20:24:19 -06:00
SoaptwoDayProvider aaa 2023年09月29日 20:24:19 -06:00
StremioProvider aaa 2023年09月29日 20:24:19 -06:00
SuperembedProvider aaa 2023年09月29日 20:24:19 -06:00
SuperStream aaa 2023年09月29日 20:24:19 -06:00
TenshiProvider aaa 2023年09月29日 20:24:19 -06:00
TheFlixToProvider aaa 2023年09月29日 20:24:19 -06:00
Topdocumentaryfilms aaa 2023年09月29日 20:24:19 -06:00
TrailersTwoProvider aaa 2023年09月29日 20:24:19 -06:00
Tvtwofourseven aaa 2023年09月29日 20:24:19 -06:00
VidSrcProvider aaa 2023年09月29日 20:24:19 -06:00
VidstreamBundle aaa 2023年09月29日 20:24:19 -06:00
VMoveeProvider aaa 2023年09月29日 20:24:19 -06:00
WatchCartoonOnlineProvider aaa 2023年09月29日 20:24:19 -06:00
WcofunProvider aaa 2023年09月29日 20:24:19 -06:00
.gitignore aaa 2023年09月29日 20:24:19 -06:00
build.gradle.kts aaa 2023年09月29日 20:24:19 -06:00
gradle.properties aaa 2023年09月29日 20:24:19 -06:00
gradlew aaa 2023年09月29日 20:24:19 -06:00
gradlew.bat aaa 2023年09月29日 20:24:19 -06:00
LICENSE aaa 2023年09月29日 20:24:19 -06:00
README.md aaa 2023年09月29日 20:24:19 -06:00
settings.gradle.kts aaa 2023年09月29日 20:24:19 -06:00

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

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!