Add docchi, fix lib lycoris/vk/lulustream (#674)

* feat(pl/OgladajAnime): Update OgladajANime and Add new Lib

* feat(lib/Lycoris): little fix key

* Add docchi, fix lycoris/vk, add lib lulustream(luluvdo)

* fix(lulustream), undo the changes OgladajAnime

* undo change OgladajAnime

* feat(pl/docchi): add lib googledrive
This commit is contained in:
Cezary 2025-02-15 03:33:12 +01:00 committed by GitHub
parent 0e7a942879
commit 29a94748b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 766 additions and 136 deletions

View file

@ -0,0 +1,20 @@
ext {
extName = 'Docchi'
extClass = '.Docchi'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:dailymotion-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:sibnet-extractor'))
implementation(project(':lib:vk-extractor'))
implementation(project(':lib:googledrive-extractor'))
implementation(project(':lib:cda-extractor'))
implementation(project(':lib:dood-extractor'))
implementation(project(':lib:lycoris-extractor'))
implementation(project(':lib:lulu-extractor'))
}