aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` (Fix...Simon Sawicki
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
2023-10-08[utils] `js_to_json`: Fix `Date` constructor parsing (#8295)Awal Garg
2023-09-24[cleanup] MiscSimon Sawicki
2023-09-24[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)Simon Sawicki
2023-09-24[core] Raise minimum recommended Python version to 3.8 (#8183)Simon Sawicki
2023-09-23[cleanup] Misc (#8182)bashonly
2023-09-21[test:download] Test for `expected_exception`bashonly
2023-09-21[utils] `js_to_json`: Handle `Array` objectsbashonly
2023-09-18[networking] Fix various socks proxy bugs (#8065)coletdjnz
2023-08-25[tests] Add tests for socks proxies (#7908)coletdjnz
2023-08-04[networking] Add request handler preference framework (#7603)coletdjnz
2023-07-30[cleanup] Miscpukkandan
2023-07-30[utils] HTTPHeaderDict: Handle byte valuespukkandan
2023-07-29[test] Fix `test_load_certifi`pukkandan
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz
2023-07-24[test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz
2023-07-22[compat] Ensure submodules are imported correctlypukkandan
2023-07-22[cleanup] Misc fixespukkandan
2023-07-22[outtmpl] Fix replacement for `playlist_index`pukkandan
2023-07-22[fd/external] Fix ffmpeg input from stdin (#7655)bashonly
2023-07-20[utils] Improve `parse_duration`bashonly
2023-07-20[networking] Fix `--legacy-server-connect` (#7645)bashonly
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly
2023-07-15[fd/external] Fixes to cookie handlingbashonly
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz
2023-07-15[networking] Add module (#2861)pukkandan
2023-07-15[utils] Add temporary shim for loggingpukkandan
2023-07-11[utils] `clean_podcast_url`: Handle more trackers (#7556)Mahmoud Abdel-Fattah
2023-07-06[core] Change how `Cookie` headers are handledSimon Sawicki
2023-07-06[core] Prevent `Cookie` leaks on HTTP redirectcoletdjnz
2023-07-06[fd/external] Scope cookiesbashonly
2023-07-06[outtmpl] Pad `playlist_index` etc even when with internal formattingpukkandan
2023-06-22[extractor/youtube] Improve nsig function name extractionpukkandan
2023-06-21Update to ytdl-commit-07af47pukkandan
2023-06-21Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114pukkandan
2023-06-21[cleanup] Miscpukkandan
2023-06-21[outtmpl] Fix some minor bugspukkandan
2023-06-21[utils] `FormatSorter`: Improve `size` and `br`pukkandan
2023-06-18[jsinterp] Fix global object extractionpukkandan
2023-06-10[jsinterp] Fix division (#7279)bashonly
2023-05-29[cookies] Update for chromium changes (#6897)Matt Broadway
2023-05-27[core] Support decoding multiple content encodings (#7142)coletdjnz
2023-05-27[cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz
2023-05-27[core] Improve HTTP redirect handling (#7094)coletdjnz
2023-05-24[jsinterp] Do not compile regexpukkandan