aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
5 days[JSInterp] Add tests and relevant functionality from yt-dlpHEADmasterdirkf
5 days[JSInterp] Improve unary operators; add `!`dirkf
5 days[JSInterp] Improve JS classes, etcdirkf
5 days[JSInterp] Reorganise some declarations to align better with yt-dlpdirkf
5 days[cache] Align further with yt-dlpdirkf
2025-03-26[YouTube] Support player `4fcd6e4a`dirkf
2025-03-25[YouTube] Align signature tests with yt-dlpdirkf
2025-03-25[YouTube] Support new player URL patternsdirkf
2025-03-25[YouTube] Make `_extract_player_info()` use `_search_regex()`dirkf
2025-03-21[YouTube] Improve support for tce-style player JSdirkf
2025-03-11[JSInterp] Improve testsdirkf
2025-03-11[YouTube] Initially support tce-style player JSdirkf
2025-03-11[JSInterp] Improve Date processingdirkf
2025-02-07[JSInterp] Fix bit-shift coercion for player 9c6dfc4adirkf
2024-12-16[YouTube] Fix signature function extraction for `2f1832d2`dirkf
2024-12-16[YouTube] Simplify pattern for nsig function name extractiondirkf
2024-12-16[YouTube] Pass nsig value as return hook, fixes player `3bb1f723`dirkf
2024-12-16[YouTube] Handle player `3bb1f723`dirkf
2024-12-16[jsinterp] Strip /* comments */ when parsingdirkf
2024-12-16[jsinterp] Fix and improve "methods"dirkf
2024-12-16[jsinterp] Fix and improve split/joindirkf
2024-12-16[jsinterp] Fix and improve arithmetic operationsdirkf
2024-12-16[jsinterp] Support multiple indexing (eg a[1][2])dirkf
2024-12-16[jsinterp] Fix and improve loose and strict equality operationsdirkf
2024-12-16[jsinterp] Implement `typeof` operatordirkf
2024-08-06[jsinterp] Improve slice implementation for player b12cc44bdirkf
2024-08-01[Youtube] Fix nsig extraction for player 20dfca59 (#32891)Aiur Adept
2024-07-25[Youtube] Find `n` function name in player `3400486c`dirkf
2024-07-11[YouTube] Fix nsig processing for player `b22ef6e7`2024.07.11-nightlydirkf
2024-07-11[jsinterp] Support functionality for player `b22ef6e7`dirkf
2024-07-11[jsinterp] Re-align JSInterp and tests (esp.) with yt-dlpdirkf
2024-07-02[core,utils] Implement unsafe file extension mitigationdirkf
2024-06-20[jsinterp] Add Debugger from yt-dlpdirkf
2024-06-11[test] Improve download testdirkf
2024-05-30[InfoExtractor] Misc yt-dlp back-ports, etcdirkf
2024-05-30[utils] Split out traversal.py dummy and traversal testsdirkf
2024-05-30[utils] Update traverse_obj() from yt-dlpdirkf
2024-04-22[test/test_download] Support 'playlist_maxcount:count' expected valuedirkf
2024-03-27[external/FFmpeg] Fix and improve --ffmpeg-location handlingdirkf
2024-03-08[utils] Let int_or_none() accept a base, like int()dirkf
2024-03-04[utils] Handle user:pass in URLs (#28801)Hubert 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