fixed jingle name errors
This commit is contained in:
parent
c063a67cf7
commit
3cfe222b0e
@ -24,7 +24,7 @@ if __name__ == "__main__":
|
||||
|
||||
# Radio Bullshit Jingles
|
||||
## change output path for Radio Bullshit jingles
|
||||
ydl_parameters["outtmpl"] = f"{jingles_folder}/%(title)s"
|
||||
ydl_parameters["outtmpl"] = f"{jingles_folder}/%(title)s.godwin"
|
||||
## download
|
||||
ydl = youtube_dl.YoutubeDL(ydl_parameters)
|
||||
ydl.extract_info(
|
||||
|
Loading…
Reference in New Issue
Block a user