summaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Expand)Author
2020-02-15[test_YoutubeDL] Add tests for #10591 (closes #23873)Sergey M․
2020-02-15[test_YoutubeDL] Fix get_idsSergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2019-01-24[YoutubeDL] Fix typo in string negation implementation and add more tests (cl...Sergey M․
2019-01-20[YoutubeDL] Add negation support for string comparisons in format selection e...Sergey M․
2017-11-26[test_YoutubeDL] Fix typo (closes #14856)Sergey M․
2017-10-11[YoutubeDL] Improve _default_format_spec (closes #14461)Sergey M․
2017-10-06[YoutubeDL] Ignore duplicates in --playlist-itemsSergey M․
2017-10-06[test_YoutubeDL] Add test for #14425Sergey M․
2017-08-02[test_YoutubeDL] Add a test for #10083Sergey M․
2017-07-23[YoutubeDL] Improve default format specification (closes #13704)Sergey M․
2017-07-21[YoutubeDL] Do not override id, extractor and extractor_key in url_transparentSergey M․
2017-07-14[YoutubeDL] Don't expand env variables in meta fields (closes #13637)Sergey M․
2017-04-16[test_YoutubeDL] Add test for #11163Sergey M․
2017-02-23[YoutubeDL] Add support for string formatting operations in output templateSergey M․
2017-02-15[test_YoutubeDL] Fix invalid escape sequencesSergey M․
2017-02-15[utils] Add support for quoted string literals in --match-filter (closes #805...Sergey M․
2016-10-31[utils] Fix --match-filter for int-like strings (closes #11082)Sergey M․
2016-07-16[YoutubeDL] Fix format selection with filters (Closes #10083)Sergey M․
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