summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-03-04[utils] Handle user:pass in URLs (#28801)HEADmasterHubert Hirtz
2024-02-02[InfoExtractor] Support byte range for DASHdirkf
2024-02-02[InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port)dirkf
2024-01-22[YouTube] Fix `like_count` extraction using `likeButtonViewModel`dirkf
2024-01-22[compat] Rework compat for `method` parameter of `compat_urllib_request.Reque...dirkf
2023-09-03[utils] Revert bbd3e7e, updating docstring, test insteaddirkf
2023-09-03[test] Remove redundancy from lambda expected value regexdirkf
2023-07-29[utils] Rework URL path munging for ., .. componentsdirkf
2023-07-29[utils] Rework decoding of `Content-Encoding`sdirkf
2023-07-25[compat] Use `compat_open()`dirkf
2023-07-25[build] Add and use `devscripts/utils`dirkf
2023-07-25[utils] Fix update_Request() with empty data (not None)dirkf
2023-07-25[test/test_execution.py] Use `compat_subprocess_get_DEVNULL()`dirkf
2023-07-25[build] Fix various Jython CI and test issuesdirkf
2023-07-19[InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf
2023-07-19[utils] Improve js_to_json, align with yt-dlpdirkf
2023-07-19[utils] Align traverse_obj() with yt-dlpdirkf
2023-07-18[test] Fixes for old Pythonsdirkf
2023-07-18[downloader/external] Fix cookie supportbashonly
2023-07-18[core] Process header cookies on loadingSimon Sawicki
2023-07-18[core] Remove `Cookie` header on redirect to prevent leaksdirkf
2023-07-18[core] Update redirect handling from yt-dlpdirkf
2023-07-18[test] Make skipped tests in test_execution work with Py 2.6dirkf
2023-07-18[core] Align error reporting methods with yt-dlpdirkf
2023-07-18[utils] Add {expected_type} and Iterable support to traverse_obj()dirkf
2023-07-05[Misc] Fixes for 2.6 compatibilitydirkf
2023-07-05[workflows/ci.yml] Fix test support for Py 2.6dirkf
2023-07-05[workflows/ci.yml] Restore test support for Py 3.2dirkf
2023-06-22[YouTube] Improve nsig function name extractionpukkandan
2023-06-17[YouTube] Fix `KeyError QV` in signature extraction faileddirkf
2023-06-11[jsinterp] Fix div bug breaking player 8c7583ffdirkf
2023-05-23[jsinterp] Small updates for a85a875dirkf
2023-05-11[jsinterp] Handle NaN in bitwise operatorsdirkf
2023-04-21[jsinterp] Minimally handle arithmetic operator precedencedirkf
2023-03-19[utils] Ensure `allow_types` for `variadic()` is a tupledirkf
2023-03-19[downloader/http] Only check for resumability when actually resumingdirkf
2023-03-07[jsinterp] Fix regexp parsing and .replace[All] methoddirkf
2023-03-03[jsinterp] Handle `Date` at epoch 0pukkandan
2023-02-24[test] Support test-case with volatile ID (eg live show)dirkf
2023-02-20Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan
2023-02-14[test] Avoid name TestIE which causes a pytest warningdirkf
2023-02-14[InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf
2023-02-13[feat]: Add support to external downloader aria2p (#31500)teddy171
2023-02-13[YouTube] Refresh compat/utils usagedirkf
2023-02-13[compat] Update test_compatdirkf
2023-02-13[compat] Systematise compat_ namingdirkf
2023-02-13[test] Fix TestAgeRestrictiondirkf
2023-02-02[jsinterp] Improve parsingdirkf
2023-02-02Support `if` statementspukkandan
2022-11-03[utils] Backport traverse_obj (etc) from yt-dlp (#31156)Andrei Lebedev