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.
How to limit download to specific extensions #8837
Comments
|
|
|
My settings ydl_opts['format']= ['best[ext=mp4]/best[ext=avi]'] Moisey O moiseyoys@gmail.com On Sat, Mar 12, 2016 at 9:58 AM, Sergey M. notifications@github.com wrote:
|
|
It should be a string but not a list. |
I'd like to put in my python code restriction to files with extensions mp4 and avi
What option ot need to add to option dictionary
before line
ydl = YoutubeDL(ydl_opts)
Thank you