mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
disable faselhd, make shahid4u grabbing links faster
This commit is contained in:
parent
e4226ee913
commit
13469ff12a
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ class Shahid4u : MainAPI() {
|
|||
val watchUrl = "$data/watch"
|
||||
app.get(watchUrl).document.select(
|
||||
".servers-list li:contains(ok), li:contains(Streamtape), li:contains(DoodStream), li:contains(Uqload), li:contains(Voe), li:contains(VIDBOM), li:contains(Upstream)"
|
||||
).forEach {
|
||||
).apmap {
|
||||
val id = it.attr("data-id")
|
||||
val i = it.attr("data-i")
|
||||
val sourceUrl = app.post(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
rootProject.name = "CloudstreamExtensionsArabic"
|
||||
|
||||
val disabled = listOf<String>("EgyBestProvider")
|
||||
val disabled = listOf<String>("EgyBestProvider", "FaselHDProvider")
|
||||
|
||||
File(rootDir, ".").eachDir { dir ->
|
||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||
|
|
Loading…
Reference in a new issue