aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-32/+17
* [outtmpl] Curly braces to filter keyspukkandan2022-09-031-1/+12
* [cleanup] Miscpukkandan2022-09-011-1/+1
* Fix tests for 989a01c2610832193c268d072ada8814bfd4c00dpukkandan2022-08-051-9/+9
* [cleanup] Misc cleanuppukkandan2022-07-091-0/+1
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+2
* [cleanup] Consistent style for file headspukkandan2022-06-251-0/+2
* [compat] Remove more functionspukkandan2022-06-251-11/+7
* [test] Fix `FakeYDL` signaturespukkandan2022-06-211-1/+1
* Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-171-1/+1
* Add slicing notation to `--playlist-items`pukkandan2022-06-171-32/+93
* Improve `--clean-infojson`pukkandan2022-04-281-1/+1
* [cleanup] Sort importspukkandan2022-04-121-3/+14
* [cleanup] Upgrade syntaxpukkandan2022-04-121-17/+13
* [outtmpl] Fix replacement/default when used with alternatepukkandan2022-03-261-0/+2
* Ignore format-specific fields in initial pass of `--match-filter`pukkandan2022-03-251-1/+1
* Add pre-processor stage `after_filter`pukkandan2022-02-231-18/+2
* [cleanup] Misc cleanuppukkandan2022-01-041-0/+1
* Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-031-1/+2
* [outtmpl] Alternate form for `D` and fix suffix's casepukkandan2021-12-301-2/+4
* [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-231-2/+2
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
* [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-231-5/+10
* [outtmpl] Add operator `&` for replacement text (#2012)PilzAdam2021-12-181-0/+5
* [tests] Fix testspukkandan2021-11-191-2/+2
* [outtmpl] Add alternate forms for `q` and `j`pukkandan2021-11-101-5/+10
* [outtmpl] Do not traverse `None`pukkandan2021-11-081-0/+1
* [outtmpl] Fix bug in expanding environment variablespukkandan2021-10-131-0/+6
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-2/+1
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-0/+2
* [outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan2021-09-271-0/+1
* [outtmpl] Format type `U` for unicode normalizationpukkandan2021-09-261-1/+5
* Allow `0` in `--playlist-items`pukkandan2021-09-251-0/+1
* Allow alternate fields in outtmplpukkandan2021-09-181-0/+6
* Add format type `B` for outtmpl to treat the value as bytespukkandan2021-09-181-0/+2
* Fix `playlist_index` not obeying `playlist_start`pukkandan2021-08-171-46/+23
* Allow entire infodict to be printed using `%()s`pukkandan2021-08-071-10/+17
* Fix bugs related to `sanitize_info`pukkandan2021-08-071-2/+15
* Add format types `j`, `l`, `q` for outtmplpukkandan2021-07-291-6/+22
* Expand and escape environment variables correctly in outtmplpukkandan2021-07-291-5/+14
* Fix selectors `all`, `mergeall` and add testspukkandan2021-07-071-29/+21
* Fix id sanitization in filenamespukkandan2021-06-171-3/+12
* Better error handling of syntax errors in `-f`pukkandan2021-06-111-3/+2
* Improve offset parsing in outtmplpukkandan2021-06-091-0/+1
* [test] More rigorous tests for `prepare_filename`pukkandan2021-06-091-84/+92
* Fix `%d` and empty default in outtmplpukkandan2021-06-091-1/+6
* Make outtmpl more robust and catch errors earlypukkandan2021-06-081-0/+9
* Fix filename sanitizationpukkandan2021-06-061-0/+4
* Fix and refactor `prepare_outtmpl`pukkandan2021-06-061-41/+80
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1