mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
bwhahaha
This commit is contained in:
parent
938d2dc826
commit
d3bcc75cdb
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue