Compare commits

..

No commits in common. "a27d8587c01f4c78bff897c70dcb52c62e29bd27" and "e4462170a7705cfcad65197d1bfb9fe9886bffd8" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version = 7
version = 6
cloudstream {
authors = listOf( "ImZaw" )

View File

@ -135,10 +135,9 @@ class FaselHD : MainAPI() {
}
doc.select("div[id=\"seasonList\"] div[class=\"col-xl-2 col-lg-3 col-md-6\"] div.seasonDiv")
.not(".active").apmap { it ->
val id = it.attr("onclick").replace(".*\\/\\?p=|'".toRegex(), "")
var s = app.get("$mainUrl/?p="+id).document
var s = app.get("$mainUrl/?p="+it.attr("data-href")).document
if(s.select("title").text() == "Just a moment...") {
s = app.get("$alternativeUrl/?p="+id, interceptor = cfKiller).document
s = app.get("$alternativeUrl/?p="+it.attr("data-href"), interceptor = cfKiller).document
}
s.select("div.epAll a").map {
episodes.add(