mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
little fix for shahid4u
This commit is contained in:
parent
4d3c20383d
commit
5fb40f4a5a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
version = 2
|
version = 3
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
description = ""
|
description = ""
|
||||||
|
|
|
@ -169,7 +169,7 @@ class Shahid4u : MainAPI() {
|
||||||
"${data.getDomainFromUrl()}/wp-content/themes/Shahid4u-WP_HOME/Ajaxat/Single/Server.php",
|
"${data.getDomainFromUrl()}/wp-content/themes/Shahid4u-WP_HOME/Ajaxat/Single/Server.php",
|
||||||
headers = mapOf("referer" to watchUrl, "x-requested-with" to "XMLHttpRequest"),
|
headers = mapOf("referer" to watchUrl, "x-requested-with" to "XMLHttpRequest"),
|
||||||
data = mapOf("id" to id, "i" to i)
|
data = mapOf("id" to id, "i" to i)
|
||||||
).document.select("iframe").attr("src")
|
).document.select("iframe").attr("src").replace(" ", "")
|
||||||
loadExtractor(sourceUrl, watchUrl, subtitleCallback, callback)
|
loadExtractor(sourceUrl, watchUrl, subtitleCallback, callback)
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue