mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
ah
This commit is contained in:
parent
6a933ef4cd
commit
a27d8587c0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class FaselHD : MainAPI() {
|
||||||
}
|
}
|
||||||
doc.select("div[id=\"seasonList\"] div[class=\"col-xl-2 col-lg-3 col-md-6\"] div.seasonDiv")
|
doc.select("div[id=\"seasonList\"] div[class=\"col-xl-2 col-lg-3 col-md-6\"] div.seasonDiv")
|
||||||
.not(".active").apmap { it ->
|
.not(".active").apmap { it ->
|
||||||
val id = it.attr("onclick").replace(".*\/\?p=|'".toRegex(), "")
|
val id = it.attr("onclick").replace(".*\\/\\?p=|'".toRegex(), "")
|
||||||
var s = app.get("$mainUrl/?p="+id).document
|
var s = app.get("$mainUrl/?p="+id).document
|
||||||
if(s.select("title").text() == "Just a moment...") {
|
if(s.select("title").text() == "Just a moment...") {
|
||||||
s = app.get("$alternativeUrl/?p="+id, interceptor = cfKiller).document
|
s = app.get("$alternativeUrl/?p="+id, interceptor = cfKiller).document
|
||||||
|
|
Loading…
Reference in a new issue