aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-09[core] Do not alter default format selection when simulated (#9862)sepro1-3/+30
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-23/+22
2024-03-31Infer `acodec` for single-codec containerspukkandan1-2/+2
2024-02-20[ie] Migrate commonly plural fields to lists (#8917)Lev1-1/+1
2023-12-30[cleanup] Misc (#8598)Simon Sawicki1-1/+1
2023-12-24[core] Fix format selection parse error for CPython 3.12 (#8797)Simon Sawicki1-0/+2
2023-12-06[outtmpl] Support multiplicationpukkandan1-0/+1
2023-09-24[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)Simon Sawicki1-3/+3
2023-09-23[cleanup] Misc (#8182)bashonly1-1/+0
2023-07-30[cleanup] Miscpukkandan1-0/+1
2023-07-22[cleanup] Misc fixespukkandan1-2/+1
2023-07-22[outtmpl] Fix replacement for `playlist_index`pukkandan1-0/+1
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly1-8/+77
2023-07-06[core] Change how `Cookie` headers are handledSimon Sawicki1-0/+56
2023-07-06[outtmpl] Pad `playlist_index` etc even when with internal formattingpukkandan1-1/+1
2023-06-21Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114pukkandan1-0/+2
2023-06-21[cleanup] Miscpukkandan1-7/+9
2023-06-21[outtmpl] Fix some minor bugspukkandan1-1/+1
2023-05-27[core] Improve HTTP redirect handling (#7094)coletdjnz1-6/+0
2023-05-20[cleanup] Miscpukkandan1-4/+4
2023-04-24[outtmpl] Support `str.format` syntax inside replacementspukkandan1-1/+4
2023-04-24[outtmpl] Allow `\n` in replacements and default.pukkandan1-0/+1
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan1-32/+17
2022-09-03[outtmpl] Curly braces to filter keyspukkandan1-1/+12
2022-09-01[cleanup] Miscpukkandan1-1/+1
2022-08-05Fix tests for 989a01c2610832193c268d072ada8814bfd4c00dpukkandan1-9/+9
2022-07-09[cleanup] Misc cleanuppukkandan1-0/+1
2022-06-25[compat] Remove deprecated functions from core codepukkandan1-2/+2
2022-06-25[cleanup] Consistent style for file headspukkandan1-0/+2
2022-06-25[compat] Remove more functionspukkandan1-11/+7
2022-06-21[test] Fix `FakeYDL` signaturespukkandan1-1/+1
2022-06-17Add option `--lazy-playlist` to process entries as they are receivedpukkandan1-1/+1
2022-06-17Add slicing notation to `--playlist-items`pukkandan1-32/+93
2022-04-28Improve `--clean-infojson`pukkandan1-1/+1
2022-04-12[cleanup] Sort importspukkandan1-3/+14
2022-04-12[cleanup] Upgrade syntaxpukkandan1-17/+13
2022-03-26[outtmpl] Fix replacement/default when used with alternatepukkandan1-0/+2
2022-03-25Ignore format-specific fields in initial pass of `--match-filter`pukkandan1-1/+1
2022-02-23Add pre-processor stage `after_filter`pukkandan1-18/+2
2022-01-04[cleanup] Misc cleanuppukkandan1-0/+1
2022-01-03Add key `requested_downloads` in the root `info_dict`pukkandan1-1/+2
2021-12-30[outtmpl] Alternate form for `D` and fix suffix's casepukkandan1-2/+4
2021-12-23[outtmpl] Change filename sanitization type to `S`pukkandan1-2/+2
2021-12-23[cleanup] Misc cleanuppukkandan1-1/+1
2021-12-23[outtmpl] Add alternate forms `F`, `D`pukkandan1-5/+10
2021-12-18[outtmpl] Add operator `&` for replacement text (#2012)PilzAdam1-0/+5
2021-11-19[tests] Fix testspukkandan1-2/+2
2021-11-10[outtmpl] Add alternate forms for `q` and `j`pukkandan1-5/+10
2021-11-08[outtmpl] Do not traverse `None`pukkandan1-0/+1
2021-10-13[outtmpl] Fix bug in expanding environment variablespukkandan1-0/+6