mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
parent
e5b92287c3
commit
4a09104fe5
@ -241,7 +241,7 @@ def download_handler(client: "Client", message: "types.Message"):
|
||||
message.reply_text("I think you should send me a link.", quote=True)
|
||||
return
|
||||
|
||||
if re.findall(r"^https://www.youtube.com/channel/", VIP.extract_canonical_link(url)):
|
||||
if re.findall(r"^https://www\.youtube\.com/channel/", VIP.extract_canonical_link(url)):
|
||||
message.reply_text("Channel download is disabled now. Please send me individual video link.", quote=True)
|
||||
red.update_metrics("reject_channel")
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user