about summary refs log tree commit diff
path: root/test/test_YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* [compat] Use `compat_open()`dirkf2023-07-251-3/+4
* [core] Process header cookies on loadingSimon Sawicki2023-07-181-5/+180
* [core] Align error reporting methods with yt-dlpdirkf2023-07-181-8/+2
* Make default upload_/release_date a compat_strdf2022-02-261-0/+19
* Introduce --output-na-placeholder (closes #27896)Sergey M․2021-01-221-4/+11
* [YoutubeDL] Raise syntax error for format selection expressions with multiple...Sergey M․2021-01-141-0/+1
* [YoutubeDL] Fix --ignore-errors for playlists with generator-based entries of...Sergey M․2020-11-211-0/+70
* [test_YoutubeDL] Add tests for #10591 (closes #23873)Sergey M․2020-02-151-2/+21
* [test_YoutubeDL] Fix get_idsSergey M․2020-02-151-2/+3
* Start moving to ytdl-orgSergey M․2019-03-111-3/+3
* [YoutubeDL] Fix typo in string negation implementation and add more tests (cl...Sergey M․2019-01-241-3/+27
* [YoutubeDL] Add negation support for string comparisons in format selection e...Sergey M․2019-01-201-0/+46
* [test_YoutubeDL] Fix typo (closes #14856)Sergey M․2017-11-261-4/+4
* [YoutubeDL] Improve _default_format_spec (closes #14461)Sergey M․2017-10-111-2/+8
* [YoutubeDL] Ignore duplicates in --playlist-itemsSergey M․2017-10-061-0/+3
* [test_YoutubeDL] Add test for #14425Sergey M․2017-10-061-0/+3
* [test_YoutubeDL] Add a test for #10083Sergey M․2017-08-021-0/+13
* [YoutubeDL] Improve default format specification (closes #13704)Sergey M․2017-07-231-0/+11
* [YoutubeDL] Do not override id, extractor and extractor_key in url_transparentSergey M․2017-07-211-1/+6
* [YoutubeDL] Don't expand env variables in meta fields (closes #13637)Sergey M․2017-07-141-0/+6
* [test_YoutubeDL] Add test for #11163Sergey M․2017-04-161-1/+3
* [YoutubeDL] Add support for string formatting operations in output templateSergey M․2017-02-231-0/+14
* [test_YoutubeDL] Fix invalid escape sequencesSergey M․2017-02-151-2/+2
* [utils] Add support for quoted string literals in --match-filter (closes #805...Sergey M․2017-02-151-0/+24
* [utils] Fix --match-filter for int-like strings (closes #11082)Sergey M․2016-10-311-0/+6
* [YoutubeDL] Fix format selection with filters (Closes #10083)Sergey M․2016-07-161-0/+34
* [test_YoutubeDL] Add test for format_id format selectionSergey M․2016-03-191-0/+5
* [test_YoutubeDL] PEP 8Sergey M․2016-03-101-1/+0
* [YoutubeDL] Improve _format_noteSergey M․2016-03-101-0/+4
* [test_YoutubeDL] Make test pass until more intelligent sort formats (Closes #...Sergey M․2016-02-201-1/+1
* rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine2016-02-061-1/+1
* [test_YoutubeDL] Fix test_youtube_format_selectionYen Chi Hsuan2016-02-031-0/+11
* [YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan2016-02-011-0/+37
* Test codec with a dot '.' in name selection.dyn8882016-01-281-0/+10
* [YoutubeDL] urlopen: disable the 'file:' protocol (#8227)Jaime Marquínez Ferrándiz2016-01-141-1/+6
* [YoutubeDL] format spec: correctly handle dashes and other unused operatorsJaime Marquínez Ferrándiz2015-08-041-0/+6
* YoutubeDL: format spec: don't accept a bare '/' (#6124)Jaime Marquínez Ferrándiz2015-08-031-0/+1
* [YoutubeDL] format spec: add additional checks for invalid syntaxJaime Marquínez Ferrándiz2015-07-101-0/+10
* [YoutubeDL] format spec: Do not fail when a filter gives an empty resultJaime Marquínez Ferrándiz2015-07-041-1/+8
* [YoutubeDL] format spec: fix handling of '/' with ','Jaime Marquínez Ferrándiz2015-07-041-0/+8
* [YoutubeDL] format spec: Fix handling of '+' with '/'Jaime Marquínez Ferrándiz2015-06-301-0/+8
* [YoutubeDL] format spec: allow grouping specifiers with parenthesesJaime Marquínez Ferrándiz2015-06-291-0/+24
* [YoutubeDL] format spec: treat 'all' like a normal specifierJaime Marquínez Ferrándiz2015-06-281-0/+5
* [YoutubeDL] rework how the format spec is processedJaime Marquínez Ferrándiz2015-06-281-9/+18
* [test/YoutubeDL] Add tests for 'playliststart', 'playlistend' and 'playlist_i...Jaime Marquínez Ferrándiz2015-05-151-0/+46
* Make 'best' format only match non-DASH formats (closes #5554)Jaime Marquínez Ferrándiz2015-04-291-2/+2
* Remove the --max-quality optionJaime Marquínez Ferrándiz2015-04-251-33/+0
* Postprocessors: use a list for the files that can be deletedJaime Marquínez Ferrándiz2015-04-181-6/+15
* [test/YoutubeDL] test match_filterJaime Marquínez Ferrándiz2015-03-201-0/+68
* [test/YoutubeDL] split in two classesJaime Marquínez Ferrándiz2015-03-201-0/+2