arabseed: fix video certificate (#272)
* arabseed: fix video certificate * Update build.gradle
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'عرب سيد'
|
extName = 'عرب سيد'
|
||||||
pkgNameSuffix = 'ar.arabseed'
|
pkgNameSuffix = 'ar.arabseed'
|
||||||
extClass = '.ArabSeed'
|
extClass = '.ArabSeed'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
libVersion = '12'
|
libVersion = '12'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ class ArabSeed : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||||||
|
|
||||||
override fun videoFromElement(element: Element): Video {
|
override fun videoFromElement(element: Element): Video {
|
||||||
Log.i("plsWork", element.attr("src"))
|
Log.i("plsWork", element.attr("src"))
|
||||||
return Video(element.attr("src"), "Default: If you want to change the quality go to extension settings", element.attr("src"), null)
|
return Video(element.attr("src").replace("https", "http"), "Default: If you want to change the quality go to extension settings", element.attr("src").replace("https", "http"), null)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun videoUrlParse(document: Document) = throw Exception("not used")
|
override fun videoUrlParse(document: Document) = throw Exception("not used")
|
||||||
|
Reference in New Issue
Block a user