mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
bwhahaha
This commit is contained in:
parent
d3bcc75cdb
commit
7eb4f7f88e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue