aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Expand)Author
2016-03-19[test_YoutubeDL] Add test for format_id format selectionSergey M․
2016-03-10[test_YoutubeDL] PEP 8Sergey M․
2016-03-10[YoutubeDL] Improve _format_noteSergey M․
2016-02-20[test_YoutubeDL] Make test pass until more intelligent sort formats (Closes #...Sergey M․
2016-02-06rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine
2016-02-03[test_YoutubeDL] Fix test_youtube_format_selectionYen Chi Hsuan
2016-02-01[YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan
2016-01-28Test codec with a dot '.' in name selection.dyn888
2016-01-14[YoutubeDL] urlopen: disable the 'file:' protocol (#8227)Jaime Marquínez Ferrándiz
2015-08-04[YoutubeDL] format spec: correctly handle dashes and other unused operatorsJaime Marquínez Ferrándiz
2015-08-03YoutubeDL: format spec: don't accept a bare '/' (#6124)Jaime Marquínez Ferrándiz
2015-07-10[YoutubeDL] format spec: add additional checks for invalid syntaxJaime Marquínez Ferrándiz
2015-07-04[YoutubeDL] format spec: Do not fail when a filter gives an empty resultJaime Marquínez Ferrándiz
2015-07-04[YoutubeDL] format spec: fix handling of '/' with ','Jaime Marquínez Ferrándiz
2015-06-30[YoutubeDL] format spec: Fix handling of '+' with '/'Jaime Marquínez Ferrándiz
2015-06-29[YoutubeDL] format spec: allow grouping specifiers with parenthesesJaime Marquínez Ferrándiz
2015-06-28[YoutubeDL] format spec: treat 'all' like a normal specifierJaime Marquínez Ferrándiz
2015-06-28[YoutubeDL] rework how the format spec is processedJaime Marquínez Ferrándiz
2015-05-15[test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and 'playlist_i...Jaime Marquínez Ferrándiz
2015-04-29Make 'best' format only match non-DASH formats (closes #5554)Jaime Marquínez Ferrándiz
2015-04-25Remove the --max-quality optionJaime Marquínez Ferrándiz
2015-04-18Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz
2015-03-20[test/YoutubeDL] test match_filterJaime Marquínez Ferrándiz
2015-03-20[test/YoutubeDL] split in two classesJaime Marquínez Ferrándiz
2015-03-14[test/YoutubeDL] Use valid urlsJaime Marquínez Ferrándiz
2015-02-22[YoutubeDL] only add normal subtitles to the 'requested_subtitles' field if '...Jaime Marquínez Ferrándiz
2015-02-22[test/YoutubeDL] Add test for subtitlesJaime Marquínez Ferrándiz
2015-02-06[test/test_YoutubeDL] Remove debug print callJaime Marquínez Ferrándiz
2015-02-06[test/YoutubeDL] Add a simple test for postprocesorsJaime Marquínez Ferrándiz
2015-01-23[YoutubeDL] Allow filtering by properties (Fixes #4584)Philipp Hagemeister
2015-01-08[YoutubeDL] Allow selection by more extensionsPhilipp Hagemeister
2015-01-04[tests] Remove format 138 from tests (#4559)Philipp Hagemeister
2014-11-23PEP8 appliedJouke Waleson
2014-08-22[test_YoutubeDL] Reorder formats (#3542)Philipp Hagemeister
2014-05-21fixed (what I assume was a typo) that caused test_format_note to always fail.codesparkle
2014-04-30[YoutubeDL] Add simple tests for format_note (Closes #2825)Philipp Hagemeister
2014-04-04[tests] Fix YoutubeDL testsPhilipp Hagemeister
2014-03-14Add bestvideo and worstvideo to special format names (#2163)Jaime Marquínez Ferrándiz
2014-01-22Use unicode_literals in test_YoutubeDLPhilipp Hagemeister
2014-01-22Add -f bestaudio (Fixes #2163)Philipp Hagemeister
2013-12-24Add more tests for format selectionPhilipp Hagemeister
2013-12-23[YoutubeDL] fix tests (Closes #2036)Philipp Hagemeister
2013-12-09Set 'NA' as the default value for missing fields in the output template (fixe...Jaime Marquínez Ferrándiz
2013-11-03Set the extra_info inside YoutubeDL.process_ie_result and set only if the key...Jaime Marquínez Ferrándiz
2013-10-28Fix YouTubeDL testPhilipp Hagemeister
2013-10-21Allow to use the extension for the format selectionJaime Marquínez Ferrándiz
2013-10-21Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz
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