mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-09 04:47:34 +08:00
direct_link_generator: fix dead link
streamwish.com explanation: https://t.me/mltb_official_support/47996
This commit is contained in:
parent
bcd7ef3a03
commit
14c3383bc9
@ -145,13 +145,14 @@ def direct_link_generator(link):
|
||||
"filelions.site",
|
||||
"filelions.live",
|
||||
"filelions.to",
|
||||
"mycloudz.cc",
|
||||
"cabecabean.lol",
|
||||
"filelions.online",
|
||||
"embedwish.com",
|
||||
"streamwish.com",
|
||||
"kitabmarkaz.xyz",
|
||||
"wishfast.top",
|
||||
"streamwish.to",
|
||||
"kissmovies.net",
|
||||
]
|
||||
):
|
||||
return filelions_and_streamwish(link)
|
||||
@ -1401,15 +1402,16 @@ def filelions_and_streamwish(url):
|
||||
"filelions.site",
|
||||
"cabecabean.lol",
|
||||
"filelions.online",
|
||||
"mycloudz.cc",
|
||||
]
|
||||
):
|
||||
apiKey = config_dict["FILELION_API"]
|
||||
apiUrl = "https://api.filelions.co"
|
||||
apiUrl = "https://vidhideapi.com"
|
||||
elif any(
|
||||
x in hostname
|
||||
for x in [
|
||||
"embedwish.com",
|
||||
"streamwish.com",
|
||||
"kissmovies.net",
|
||||
"kitabmarkaz.xyz",
|
||||
"wishfast.top",
|
||||
"streamwish.to",
|
||||
|
Loading…
Reference in New Issue
Block a user