forked from Kohi-den/extensions-source
Feat(id/OtakuDesu): add hidevid extractor (#263)
This commit is contained in:
parent
43435c6435
commit
53399d74d8
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'OtakuDesu'
|
||||
extClass = '.OtakuDesu'
|
||||
extVersionCode = 26
|
||||
extVersionCode = 27
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -9,4 +9,5 @@ apply from: "$rootDir/common.gradle"
|
|||
dependencies {
|
||||
implementation(project(":lib:yourupload-extractor"))
|
||||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:streamhidevid-extractor"))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue