forked from AlmightyHak/extensions-source
fix(src/es): Fix Doramasyt and MonosChinos (#209)
* fix(src/es): Change domain for DoramasYT Closes #181 * Fix MonosChinos extension Closes #176
This commit is contained in:
parent
395b6bef64
commit
2ab9311223
15 changed files with 721 additions and 478 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'MonosChinos'
|
||||
extClass = '.MonosChinos'
|
||||
extVersionCode = 27
|
||||
extVersionCode = 28
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -12,4 +12,8 @@ dependencies {
|
|||
implementation(project(':lib:okru-extractor'))
|
||||
implementation(project(':lib:streamtape-extractor'))
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
implementation(project(':lib:streamwish-extractor'))
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(':lib:dood-extractor'))
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue