mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
removed Youtube from source
This commit is contained in:
parent
c26fdc1724
commit
9640c985a2
4 changed files with 7 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 18
|
||||
version = 19
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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 -> {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue