aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Collapse)Author
2013-10-28Fix YouTubeDL testPhilipp Hagemeister
2013-10-21Allow to use the extension for the format selectionJaime Marquínez Ferrándiz
The best format with the extension is downloaded.
2013-10-21Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz
The format selection code is now an independent function.
2013-10-18Extend #980 with --max-quality supportPhilipp Hagemeister
2013-10-18Fix testPhilipp Hagemeister
2013-10-11Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz