aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Expand)Author
2024-07-09[core] Do not alter default format selection when simulated (#9862)sepro
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
2024-03-31Infer `acodec` for single-codec containerspukkandan
2024-02-20[ie] Migrate commonly plural fields to lists (#8917)Lev
2023-12-30[cleanup] Misc (#8598)Simon Sawicki
2023-12-24[core] Fix format selection parse error for CPython 3.12 (#8797)Simon Sawicki
2023-12-06[outtmpl] Support multiplicationpukkandan
2023-09-24[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)Simon Sawicki
2023-09-23[cleanup] Misc (#8182)bashonly
2023-07-30[cleanup] Miscpukkandan
2023-07-22[cleanup] Misc fixespukkandan
2023-07-22[outtmpl] Fix replacement for `playlist_index`pukkandan
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly
2023-07-06[core] Change how `Cookie` headers are handledSimon Sawicki
2023-07-06[outtmpl] Pad `playlist_index` etc even when with internal formattingpukkandan
2023-06-21Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114pukkandan
2023-06-21[cleanup] Miscpukkandan
2023-06-21[outtmpl] Fix some minor bugspukkandan
2023-05-27[core] Improve HTTP redirect handling (#7094)coletdjnz
2023-05-20[cleanup] Miscpukkandan
2023-04-24[outtmpl] Support `str.format` syntax inside replacementspukkandan
2023-04-24[outtmpl] Allow `\n` in replacements and default.pukkandan
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-09-03[outtmpl] Curly braces to filter keyspukkandan
2022-09-01[cleanup] Miscpukkandan
2022-08-05Fix tests for 989a01c2610832193c268d072ada8814bfd4c00dpukkandan
2022-07-09[cleanup] Misc cleanuppukkandan
2022-06-25[compat] Remove deprecated functions from core codepukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-06-25[compat] Remove more functionspukkandan
2022-06-21[test] Fix `FakeYDL` signaturespukkandan
2022-06-17Add option `--lazy-playlist` to process entries as they are receivedpukkandan
2022-06-17Add slicing notation to `--playlist-items`pukkandan
2022-04-28Improve `--clean-infojson`pukkandan
2022-04-12[cleanup] Sort importspukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
2022-03-26[outtmpl] Fix replacement/default when used with alternatepukkandan
2022-03-25Ignore format-specific fields in initial pass of `--match-filter`pukkandan
2022-02-23Add pre-processor stage `after_filter`pukkandan
2022-01-04[cleanup] Misc cleanuppukkandan
2022-01-03Add key `requested_downloads` in the root `info_dict`pukkandan
2021-12-30[outtmpl] Alternate form for `D` and fix suffix's casepukkandan
2021-12-23[outtmpl] Change filename sanitization type to `S`pukkandan
2021-12-23[cleanup] Misc cleanuppukkandan
2021-12-23[outtmpl] Add alternate forms `F`, `D`pukkandan
2021-12-18[outtmpl] Add operator `&` for replacement text (#2012)PilzAdam
2021-11-19[tests] Fix testspukkandan
2021-11-10[outtmpl] Add alternate forms for `q` and `j`pukkandan
2021-11-08[outtmpl] Do not traverse `None`pukkandan
2021-10-13[outtmpl] Fix bug in expanding environment variablespukkandan