Go to file
LagradOst a53b3b7470
bumped version
2022-09-23 19:07:27 +00:00
.github/workflows final try 2022-08-19 16:45:40 +02:00
.vscode Initial commit 2022-08-09 17:42:39 +00:00
AllAnimeProvider Fix allanime 2022-09-23 12:41:06 +02:00
AllMoviesForYouProvider Fix poster, add actor and tags (#11) 2022-09-09 17:19:39 +00:00
AniflixProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
AnimeFlickProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
AnimePaheProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
AnimekisaProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
AsiaFlixProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
BflixProvider Disable bflix 2022-08-24 18:18:58 +02:00
Crunchyroll Fix Crunchy Qualities 2022-09-13 17:28:40 +02:00
DubbedAnimeProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
EjaTv Fixes 2022-08-22 20:07:10 +02:00
GogoanimeProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
HDMProvider remove non english providers and add lang property 2022-08-17 14:48:16 +02:00
IHaveNoTvProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
KawaiifuProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
KimCartoonProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
KisskhProvider added Tv247.us (#8) 2022-09-01 21:23:28 +00:00
MeloMovieProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
NginxProvider fix nginx not using saved credentials 2022-09-16 20:01:40 +02:00
NineAnimeProvider disabled 9anime 2022-09-09 22:10:45 +02:00
OlgplyProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
SflixProvider Sflix fix 2022-09-18 20:06:13 +02:00
SoaptwoDayProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
StremioProvider update streamio 2022-09-20 23:10:12 +02:00
SuperStream Remove filename 2022-09-10 12:03:03 +00:00
SuperembedProvider Update SuperembedProvider.kt 2022-09-18 10:26:41 +02:00
TenshiProvider [Fix] NullException thrown at line 286. Fix missing element for year text 2022-08-29 12:51:04 +02:00
TheFlixToProvider Possible TheFlixToProvider fix 2022-09-23 19:31:18 +02:00
Topdocumentaryfilms added Topdocumentaryfilms (#9) 2022-09-04 23:12:52 +00:00
TrailersTwoProvider disable trailers.to 2022-09-15 23:14:42 +02:00
Tvtwofourseven added Tv247.us (#8) 2022-09-01 21:23:28 +00:00
VMoveeProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
VidSrcProvider bumped version 2022-09-23 19:07:27 +00:00
VidstreamBundle Fix Vidstream bundle 2022-08-24 18:33:54 +02:00
WatchCartoonOnlineProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +02:00
WcofunProvider use %size% instead of hardcoded 24 2022-08-19 11:11:33 +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
LICENSE Create LICENSE 2022-08-24 23:24:05 +00:00
README.md Update README.md 2022-08-24 23:23:05 +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 moved some providers (#13) 2022-09-09 17:56:29 +00: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

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!