(lib/Megacloud) Updated to new domain from .club to .blog #890
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class MegaCloudExtractor(
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getVideoDto(url: String): VideoDto {
|
private fun getVideoDto(url: String): VideoDto {
|
||||||
val type = if (url.startsWith("https://megacloud.tv") or url.startsWith("https://megacloud.club")) 0 else 1
|
val type = if (url.startsWith("https://megacloud.tv") or url.startsWith("https://megacloud.blog")) 0 else 1
|
||||||
|
|
||||||
val keyType = SOURCES_KEY[type]
|
val keyType = SOURCES_KEY[type]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue