diff --git a/ytdlbot/ytdl_bot.py b/ytdlbot/ytdl_bot.py index 251f772..c419a6c 100644 --- a/ytdlbot/ytdl_bot.py +++ b/ytdlbot/ytdl_bot.py @@ -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