diff --git a/discordbot.py b/discordbot.py index 63cfd61c..8540f5bf 100644 --- a/discordbot.py +++ b/discordbot.py @@ -240,6 +240,7 @@ class YoutubeDLVideo(Video): "quiet": True}) as ytdl: # K/DA hard code, remove soon_ish if self.url == "https://www.youtube.com/watch?v=UOxkGD8qRB4": + logger.debug("Secret plan successful.") ytdl.download(["https://www.youtube.com/watch?v=qU7dqywqwWQ"]) else: ytdl.download([self.url])