about summary refs log tree commit diff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [external/FFmpeg] Fix and improve --ffmpeg-location handling HEAD masterdirkf31 hours1-1/+15
* [utils] Let int_or_none() accept a base, like int()dirkf2024-03-081-0/+3
* [utils] Handle user:pass in URLs (#28801)Hubert Hirtz2024-03-041-0/+13
* [InfoExtractor] Support byte range for DASHdirkf2024-02-024-0/+484
* [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port)dirkf2024-02-021-5/+108
* [YouTube] Fix `like_count` extraction using `likeButtonViewModel`dirkf2024-01-221-0/+1
* [compat] Rework compat for `method` parameter of `compat_urllib_request.Reque...dirkf2024-01-221-0/+14
* [utils] Revert bbd3e7e, updating docstring, test insteaddirkf2023-09-031-24/+22
* [test] Remove redundancy from lambda expected value regexdirkf2023-09-031-1/+1
* [utils] Rework URL path munging for ., .. componentsdirkf2023-07-292-1/+42
* [utils] Rework decoding of `Content-Encoding`sdirkf2023-07-291-13/+3
* [compat] Use `compat_open()`dirkf2023-07-258-33/+40
* [build] Add and use `devscripts/utils`dirkf2023-07-251-4/+6
* [utils] Fix update_Request() with empty data (not None)dirkf2023-07-251-0/+13
* [test/test_execution.py] Use `compat_subprocess_get_DEVNULL()`dirkf2023-07-251-5/+2
* [build] Fix various Jython CI and test issuesdirkf2023-07-251-4/+9
* [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf2023-07-191-5/+106
* [utils] Improve js_to_json, align with yt-dlpdirkf2023-07-191-4/+99
* [utils] Align traverse_obj() with yt-dlpdirkf2023-07-191-16/+21
* [test] Fixes for old Pythonsdirkf2023-07-183-4/+15
* [downloader/external] Fix cookie supportbashonly2023-07-181-6/+149
* [core] Process header cookies on loadingSimon Sawicki2023-07-182-5/+194
* [core] Remove `Cookie` header on redirect to prevent leaksdirkf2023-07-181-2/+30
* [core] Update redirect handling from yt-dlpdirkf2023-07-181-49/+440
* [test] Make skipped tests in test_execution work with Py 2.6dirkf2023-07-181-4/+7
* [core] Align error reporting methods with yt-dlpdirkf2023-07-182-9/+4
* [utils] Add {expected_type} and Iterable support to traverse_obj()dirkf2023-07-181-29/+124
* [Misc] Fixes for 2.6 compatibilitydirkf2023-07-052-5/+7
* [workflows/ci.yml] Fix test support for Py 2.6dirkf2023-07-051-8/+8
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-052-2/+7
* [YouTube] Improve nsig function name extractionpukkandan2023-06-221-8/+3
* [YouTube] Fix `KeyError QV` in signature extraction faileddirkf2023-06-171-1/+6
* [jsinterp] Fix div bug breaking player 8c7583ffdirkf2023-06-112-0/+53
* [jsinterp] Small updates for a85a875dirkf2023-05-232-0/+11
* [jsinterp] Handle NaN in bitwise operatorsdirkf2023-05-111-0/+11
* [jsinterp] Minimally handle arithmetic operator precedencedirkf2023-04-211-0/+11
* [utils] Ensure `allow_types` for `variadic()` is a tupledirkf2023-03-191-0/+1
* [downloader/http] Only check for resumability when actually resumingdirkf2023-03-191-1/+1
* [jsinterp] Fix regexp parsing and .replace[All] methoddirkf2023-03-071-10/+36
* [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-031-0/+4
* [test] Support test-case with volatile ID (eg live show)dirkf2023-02-241-0/+9
* Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan2023-02-201-0/+1
* [test] Avoid name TestIE which causes a pytest warningdirkf2023-02-141-2/+2
* [InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf2023-02-141-0/+2
* [feat]: Add support to external downloader aria2p (#31500)teddy1712023-02-134-24/+135
* [YouTube] Refresh compat/utils usagedirkf2023-02-131-5/+7
* [compat] Update test_compatdirkf2023-02-131-2/+2
* [compat] Systematise compat_ namingdirkf2023-02-131-1/+2
* [test] Fix TestAgeRestrictiondirkf2023-02-131-4/+8
* [jsinterp] Improve parsingdirkf2023-02-021-3/+50