4
0
Fork
You've already forked cloudstream-extensions-eddy
2
No description
  • Kotlin 100%
Find a file
2023年02月25日 16:12:43 +01:00
.github/workflows retry builds 2022年08月19日 16:53:40 +02:00
.vscode Initial commit 2022年08月09日 17:42:39 +00:00
AnimeSamaProvider fix links 2022年11月01日 11:07:34 +01:00
EmpireStreamingProvider fix neko and empire 2023年02月04日 16:42:31 +01:00
FrenchStreamProvider Fixed MesFilms and FrenchStream ! 2023年02月25日 14:58:28 +01:00
gradle/wrapper Ported over all movie providers (some disabled) 2022年08月10日 01:00:08 +02:00
MaciptvProvider fix loadlinks and scrape tuto 2022年12月11日 12:27:04 +01:00
MesFilmsProvider Little update (match with eddy version) 2023年02月25日 15:40:28 +01:00
NekosamaProvider fix neko and empire 2023年02月04日 16:42:31 +01:00
OtakuFRProvider fix otaku 2022年11月01日 11:59:10 +01:00
PickTV picktv down 2022年11月21日 14:58:06 +01:00
VostfreeProvider sort by season 2022年11月01日 20:17:35 +01:00
WiflixProvider remove blockingbloc from init 2022年11月18日 11:00:02 +01:00
.gitignore Initial commit 2022年08月09日 17:42:39 +00:00
build.gradle.kts update gradle 2022年12月08日 10:18: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:25:31 +00:00
README.md test 2022年11月28日 17:24:41 +01:00
settings.gradle.kts moved some providers ( #19 ) 2022年09月09日 23:02:06 +02:00

EDDY-Extensions

All available repositories:

P̸͎͓̺̈́̓̽ŕ̸̫̻̔͒o̸̢͎̪͋̾̕v̸͉̝̞̔͒́i̵͙̫̝͊͊͘d̵̡̙̔͑͘͜e̴̠͉͚̒͋͝r̸̦̠̙̐͑̓s̸̢̡̫̒́̕ r̵͔̼͉̓̐͘e̸͓͓̺̓̿͘p̸̻̪̐͘͘o̸̘̻͔͋̒̓s̵͙̟̝̔͛͠i̵̺̘͇͒͆̐t̴̠̼͇́͌̒o̴̦͚͇͊͛͐r̴͇͍͔̒̕y̴͕̝̪͊̈́͠

## 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!

Discord