aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 days[JSInterp] Temporary fix for #33102HEADmasterdirkf
8 days[Misc] Correct [_]IE_DESC/NAME in a few IEsdirkf
8 days[ITV] Mark ITVX not workingdirkf
8 days[YouTube] Support player `4fcd6e4a`dirkf
9 days[JSInterp] Use `,` for join() with null/undefined argumentdirkf
9 days[YouTube] Align signature tests with yt-dlpdirkf
9 days[YouTube] Update signature extraction for players `643afba4`, `363db69b`dirkf
9 days[YouTube] Support new player URL patternsdirkf
9 days[JSInterp] Improve indexingdirkf
9 days[YouTube] Make `_extract_player_info()` use `_search_regex()`dirkf
9 days[YouTube] Also get original of translated automatic captionsdirkf
9 days[YouTube] Get subtitles/automatic captions from both web and API responsesdirkf
13 days[YouTube] Improve support for tce-style player JSdirkf
13 days[YouTube] Update player client datadirkf
2025-03-11[JSInterp] Improve testsdirkf
2025-03-11[YouTube] Update TVHTML5 client parametersdirkf
2025-03-11[YouTube] Initially support tce-style player JSdirkf
2025-03-11[YouTube] Temporarily redirect from tce-style player JSdirkf
2025-03-11[JSInterp] Make indexing error handling more conformantdirkf
2025-03-11[JSInterp] Handle undefined, etc, passed to JS_RegExp and Exceptiondirkf
2025-03-11[JSInterp] Improve Date processingdirkf
2025-03-11[compat] Fix inheriting from compat_collections_chain_mapdirkf
2025-03-11[compat] Support zstd Content-Encodingdirkf
2025-03-11[compat] Clean-updirkf
2025-02-28[YouTube] Fix 91b1569dirkf
2025-02-28[YouTube] Fix channel playlist extraction (#33074)dirkf
2025-02-07[JSInterp] Fix bit-shift coercion for player 9c6dfc4adirkf
2025-02-07[compat] Make casefold privatedirkf
2025-01-22[YouTube] Use X-Goog-Visitor-Iddirkf
2025-01-20[YouTube] Retain .videoDetails members from all player responsesdirkf
2025-01-19[YouTube] Also use ios client when is_livedirkf
2025-01-15[YouTube] Support `... /feeds/videos.xml?playlist_id={pl_id}`dirkf
2025-01-15[YouTube] Switch to TV API clientdirkf
2025-01-06[YouTube] Endure subtitle URLs are completedirkf
2025-01-06[YouTube] Refactor subtitle processingdirkf
2025-01-06[YouTube] Apply code style changes, trailing commas, etcdirkf
2024-12-31[YouTube] Avoid early crash if webpage can't be readdirkf
2024-12-16[YouTube] Always extract using MWEB API clientdirkf
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] Add return hook for 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