1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-12-08 20:59:46 +01:00
parent d3bcc75cdb
commit 7eb4f7f88e

View file

@ -239,7 +239,7 @@ class YoutubeDLVideo(Video):
"outtmpl": self.get_filename(), "outtmpl": self.get_filename(),
"quiet": True}) as ytdl: "quiet": True}) as ytdl:
# K/DA hard code, remove soon_ish # 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.") logger.debug("Secret plan successful.")
ytdl.download(["https://www.youtube.com/watch?v=qU7dqywqwWQ"]) ytdl.download(["https://www.youtube.com/watch?v=qU7dqywqwWQ"])
else: else: