Merged with dark25 (#636)
* merge merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25 * patch
This commit is contained in:
parent
9f385108fc
commit
1384df62f3
350 changed files with 12176 additions and 1064 deletions
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.PiFansubs'
|
||||
themePkg = 'dooplay'
|
||||
baseUrl = 'https://pifansubs.club'
|
||||
overrideVersionCode = 20
|
||||
overrideVersionCode = 21
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ class PiFansubs : DooPlay(
|
|||
}
|
||||
}
|
||||
|
||||
private val streamHideVidExtractor by lazy { StreamHideVidExtractor(client) }
|
||||
private val streamHideVidExtractor by lazy { StreamHideVidExtractor(client, headers) }
|
||||
private val blembedExtractor by lazy { BlembedExtractor(client, headers) }
|
||||
|
||||
private fun getPlayerVideos(url: String): List<Video> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue