Feat(src/th): Add New Source PinoyMoviePedia

This commit is contained in:
Dark25 2024-09-25 18:09:42 +02:00
parent ebb2a4bd19
commit 8c35991e85
8 changed files with 257 additions and 0 deletions

View file

@ -0,0 +1,15 @@
ext {
extName = 'PinoyMoviePedia'
extClass = '.PinoyMoviePedia'
themePkg = 'dooplay'
baseUrl = 'https://pinoymoviepedia.ru'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:mixdrop-extractor'))
implementation(project(':lib:dood-extractor'))
}