You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
no-commit 1fa527454c Fixed WatchCartoonOnline homepage 2 months ago
.github/workflows final try 10 months ago
.vscode Initial commit 10 months ago
AllAnimeProvider Added Crunchyroll in Allanime (#41) 3 months ago
AllMoviesForYouProvider ask4movie fix 4 months ago
AniflixProvider Disable aniflix 8 months ago
AnimeFlickProvider Fixed AnimePaheProvider 3 months ago
AnimePaheProvider Fixed AnimePaheProvider 3 months ago
AnimekisaProvider use %size% instead of hardcoded 24 10 months ago
AsiaFlixProvider Fixed AnimePaheProvider 3 months ago
Ask4Movie ask4movie fix 4 months ago
BflixProvider Disable bflix 9 months ago
Crunchyroll Update build.gradle.kts 6 months ago
DubbedAnimeProvider use %size% instead of hardcoded 24 10 months ago
EjaTv Fixes 9 months ago
GogoanimeProvider use %size% instead of hardcoded 24 10 months ago
HDMProvider remove non english providers and add lang property 10 months ago
IHaveNoTvProvider use %size% instead of hardcoded 24 10 months ago
KawaiifuProvider use %size% instead of hardcoded 24 10 months ago
KimCartoonProvider Fixed WatchCartoonOnline 2 months ago
KisskhProvider added Tv247.us (#8) 9 months ago
MeloMovieProvider use %size% instead of hardcoded 24 10 months ago
NginxProvider bump ver 8 months ago
NineAnimeProvider disabled 9anime 9 months ago
OlgplyProvider olgply fix 8 months ago
SflixProvider Sflix: fixed key (#39) 3 months ago
SoaptwoDayProvider use %size% instead of hardcoded 24 10 months ago
StremioProvider oops 7 months ago
SuperStream Moved from outdated ip to actual url to fix video loading 5 months ago
SuperembedProvider update superembed 5 months ago
TenshiProvider Update build.gradle.kts 4 months ago
TheFlixToProvider Possible TheFlixToProvider fix 8 months ago
Topdocumentaryfilms added Topdocumentaryfilms (#9) 9 months ago
TrailersTwoProvider disable trailers.to 9 months ago
Tvtwofourseven added Tv247.us (#8) 9 months ago
VMoveeProvider Fixed WatchCartoonOnline 2 months ago
VidSrcProvider bumped version 8 months ago
VidstreamBundle Fixed WatchCartoonOnline 2 months ago
WatchCartoonOnlineProvider Fixed WatchCartoonOnline homepage 2 months ago
WcofunProvider use %size% instead of hardcoded 24 10 months ago
gradle/wrapper Ported over all movie providers (some disabled) 10 months ago
.gitignore Initial commit 10 months ago
LICENSE Create LICENSE 9 months ago
README.md Update README.md 9 months ago
build.gradle.kts Switched more api calls to lessen the strain on the link generating server 6 months ago
gradle.properties Initial commit 10 months ago
gradlew Ported over all movie providers (some disabled) 10 months ago
gradlew.bat Ported over all movie providers (some disabled) 10 months ago
settings.gradle.kts moved some providers (#13) 9 months ago

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

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!