1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2018-12-08 20:56:09 +01:00
parent 938d2dc826
commit d3bcc75cdb

View file

@ -240,6 +240,7 @@ class YoutubeDLVideo(Video):
"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 self.url == "https://www.youtube.com/watch?v=UOxkGD8qRB4":
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:
ytdl.download([self.url]) ytdl.download([self.url])