From 7eb4f7f88e1f34553939f742533225e2c3c6162a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 8 Dec 2018 20:59:46 +0100 Subject: [PATCH] bwhahaha --- discordbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discordbot.py b/discordbot.py index 8540f5bf..244a9045 100644 --- a/discordbot.py +++ b/discordbot.py @@ -239,7 +239,7 @@ class YoutubeDLVideo(Video): "outtmpl": self.get_filename(), "quiet": True}) as ytdl: # K/DA hard code, remove soon_ish - if self.url == "https://www.youtube.com/watch?v=UOxkGD8qRB4": + if "k/da" in self.name.lower(): logger.debug("Secret plan successful.") ytdl.download(["https://www.youtube.com/watch?v=qU7dqywqwWQ"]) else: