1
0
Fork
You've already forked cloudstream-extensions
0
No description
  • Kotlin 100%
Find a file
2023年10月08日 08:45:58 +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 Added Crunchyroll in Allanime ( #41 ) 2023年03月14日 12:33:31 +00:00
AllMoviesForYouProvider ask4movie fix 2023年01月29日 23:52:44 +01:00
AniflixProvider Update AniflixProvider/build.gradle.kts 2023年10月08日 08:45:58 +00:00
AnimeFlickProvider Fixed AnimePaheProvider 2023年03月03日 20:07:14 +01:00
AnimekisaProvider use %size% instead of hardcoded 24 2022年08月19日 11:11:33 +02:00
AnimePaheProvider Fixed AnimePaheProvider 2023年03月03日 20:07:14 +01:00
AsiaFlixProvider Fixed AnimePaheProvider 2023年03月03日 20:07:14 +01:00
Ask4Movie ask4movie fix 2023年01月29日 23:52:44 +01:00
BflixProvider Disable bflix 2022年08月24日 18:18:58 +02:00
Crunchyroll Update build.gradle.kts 2022年11月30日 19:05:30 +00: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
gradle/wrapper Ported over all movie providers (some disabled) 2022年08月10日 01:00:08 +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 bump ver 2022年10月17日 12:11:07 +02:00
NineAnimeProvider disabled 9anime 2022年09月09日 22:10:45 +02:00
OlgplyProvider olgply fix 2022年10月16日 00:57:52 +02:00
SflixProvider Sflix: fixed key ( #39 ) 2023年02月18日 20:09:40 +00:00
SoaptwoDayProvider use %size% instead of hardcoded 24 2022年08月19日 11:11:33 +02:00
StremioProvider small fix 2023年03月17日 08:46:03 +07:00
SuperembedProvider update superembed 2022年12月18日 11:20:05 +01:00
SuperStream Moved from outdated ip to actual url to fix video loading 2023年01月02日 18:23:28 +01:00
TenshiProvider Update build.gradle.kts 2023年01月19日 15:42:13 +00: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
VidSrcProvider bumped version 2022年09月23日 19:07:27 +00:00
VidstreamBundle Fix Vidstream bundle 2022年08月24日 18:33:54 +02:00
VMoveeProvider use %size% instead of hardcoded 24 2022年08月19日 11:11:33 +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
.gitignore Initial commit 2022年08月09日 17:42:39 +00:00
build.gradle.kts Switched more api calls to lessen the strain on the link generating server 2022年12月13日 23:39:30 +01: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
LICENSE Create LICENSE 2022年08月24日 23:24:05 +00:00
README.md Update README.md 2022年08月24日 23:23:05 +00:00
settings.gradle.kts moved some providers ( #13 ) 2022年09月09日 17:56:29 +00: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!