aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-10-08[utils] `js_to_json`: Fix `Date` constructor parsing (#8295)Awal Garg1-1/+6
2023-09-24[cleanup] MiscSimon Sawicki1-0/+1
2023-09-24[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)Simon Sawicki2-3/+19
2023-09-24[core] Raise minimum recommended Python version to 3.8 (#8183)Simon Sawicki1-0/+3
2023-09-23[cleanup] Misc (#8182)bashonly2-4/+3
2023-09-21[test:download] Test for `expected_exception`bashonly1-0/+20
2023-09-21[utils] `js_to_json`: Handle `Array` objectsbashonly1-0/+6
2023-09-18[networking] Fix various socks proxy bugs (#8065)coletdjnz1-29/+9
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz3-98/+460
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz1-4/+25
2023-07-30[cleanup] Miscpukkandan2-3/+6
2023-07-30[utils] HTTPHeaderDict: Handle byte valuespukkandan1-0/+2
2023-07-29[test] Fix `test_load_certifi`pukkandan1-9/+12
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz2-9/+54
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz1-3/+5
2023-07-24[test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz1-15/+24
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz1-18/+36
2023-07-22[compat] Ensure submodules are imported correctlypukkandan1-3/+3
2023-07-22[cleanup] Misc fixespukkandan2-8/+7
2023-07-22[outtmpl] Fix replacement for `playlist_index`pukkandan1-0/+1
2023-07-22[fd/external] Fix ffmpeg input from stdin (#7655)bashonly1-0/+5
2023-07-20[utils] Improve `parse_duration`bashonly1-0/+2
2023-07-20[networking] Fix `--legacy-server-connect` (#7645)bashonly1-1/+1
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly1-0/+11
2023-07-15[fd/external] Fixes to cookie handlingbashonly1-4/+5
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly2-8/+85
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz3-25/+68
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz4-276/+1379
2023-07-15[networking] Add module (#2861)pukkandan2-9/+9
2023-07-15[utils] Add temporary shim for loggingpukkandan1-11/+1
2023-07-11[utils] `clean_podcast_url`: Handle more trackers (#7556)Mahmoud Abdel-Fattah1-0/+2
2023-07-06[core] Change how `Cookie` headers are handledSimon Sawicki1-0/+56
2023-07-06[core] Prevent `Cookie` leaks on HTTP redirectcoletdjnz1-0/+31
2023-07-06[fd/external] Scope cookiesbashonly1-0/+133
2023-07-06[outtmpl] Pad `playlist_index` etc even when with internal formattingpukkandan1-1/+1
2023-06-22[extractor/youtube] Improve nsig function name extractionpukkandan1-0/+4
2023-06-21Update to ytdl-commit-07af47pukkandan1-0/+26
2023-06-21Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114pukkandan1-0/+2
2023-06-21[cleanup] Miscpukkandan3-37/+48
2023-06-21[outtmpl] Fix some minor bugspukkandan1-1/+1
2023-06-21[utils] `FormatSorter`: Improve `size` and `br`pukkandan1-10/+0
2023-06-18[jsinterp] Fix global object extractionpukkandan1-1/+6
2023-06-10[jsinterp] Fix division (#7279)bashonly2-0/+11
2023-05-29[cookies] Update for chromium changes (#6897)Matt Broadway1-6/+12
2023-05-27[core] Support decoding multiple content encodings (#7142)coletdjnz1-0/+76
2023-05-27[cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz1-1/+7
2023-05-27[core] Improve HTTP redirect handling (#7094)coletdjnz2-36/+262
2023-05-24[jsinterp] Do not compile regexpukkandan1-1/+3
2023-05-24Update to ytdl-commit-d1c6c5pukkandan2-6/+58
2023-05-20[cleanup] Miscpukkandan3-367/+207