Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
outtmpl syntax error #22106
outtmpl syntax error #22106
Comments
|
Nothing to do with output template. Bother to read some basic doc on python dict's syntax. |
Checklist
Question
WRITE QUESTION HERE
Hey yall, im trying to run youtube-dl in a python shell so it can read a file with youtube links in it and extract the audio, im using the following script below:
The problem with the code is that the colon on the outtmpl line (knowing which file to extract links from) is getting a syntax error and i cant figure out why, im running this on python 3.7.4