removed Youtube from source

This commit is contained in:
hexated 2022-11-08 18:06:03 +07:00
parent c26fdc1724
commit 9640c985a2
4 changed files with 7 additions and 14 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 18
version = 19
cloudstream {

View file

@ -249,7 +249,8 @@ class Movierulzhd : MainAPI() {
// source.startsWith("https://series.databasegdriveplayer.co") -> {
// invokeDatabase(source, callback, subtitleCallback)
// }
else -> loadExtractor(source, data, subtitleCallback, callback)
!source.contains("youtube") -> loadExtractor(source, data, subtitleCallback, callback)
else -> {}
}
}
}