forked from aniyomiorg/aniyomi-extensions
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(src/es): Add new source Serieskao (#128)
- Loading branch information
Showing
7 changed files
with
448 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ext { | ||
extName = 'Serieskao' | ||
extClass = '.Serieskao' | ||
extVersionCode = 1 | ||
} | ||
|
||
apply from: "$rootDir/common.gradle" | ||
|
||
dependencies { | ||
implementation(project(':lib:vudeo-extractor')) | ||
implementation(project(':lib:uqload-extractor')) | ||
implementation(project(':lib:streamwish-extractor')) | ||
implementation(project(':lib:filemoon-extractor')) | ||
implementation(project(':lib:streamlare-extractor')) | ||
implementation(project(':lib:yourupload-extractor')) | ||
implementation(project(':lib:streamtape-extractor')) | ||
implementation(project(':lib:dood-extractor')) | ||
implementation(project(':lib:voe-extractor')) | ||
implementation(project(':lib:okru-extractor')) | ||
implementation(project(':lib:mp4upload-extractor')) | ||
implementation(project(':lib:mixdrop-extractor')) | ||
implementation(project(':lib:burstcloud-extractor')) | ||
implementation(project(':lib:fastream-extractor')) | ||
implementation(project(':lib:upstream-extractor')) | ||
implementation(project(':lib:streamhidevid-extractor')) | ||
implementation(project(':lib:streamsilk-extractor')) | ||
implementation(project(':lib:vidguard-extractor')) | ||
implementation(project(':lib:universal-extractor')) | ||
implementation(project(':lib:cryptoaes')) | ||
implementation libs.jsunpacker | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
417 changes: 417 additions & 0 deletions
417
src/es/serieskao/src/eu/kanade/tachiyomi/animeextension/es/serieskao/Serieskao.kt
Large diffs are not rendered by default.
Oops, something went wrong.