aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-08[JSInterp] Improve unary operators; add `!`dirkf
2025-04-08[JSInterp] Add `_separate_at_op()`dirkf
2025-04-08[JSInterp] Improve JS classes, etcdirkf
2025-04-08[JSInterp] Reorganise some declarations to align better with yt-dlpdirkf
2025-04-08[InfoExtractor] Fix merging subtitles to empty targetdirkf
2025-04-08[InfoExtractor] Use local variants for remaining parent method callsdirkf
2025-04-08[YouTube] Remove remaining hard-coded API keysdirkf
2025-04-08[YouTube] Fix playlist continuation extractiondirkf
2025-04-08[YouTube] Support shorts playlistdirkf
2025-04-08[cache] Use `esc_rfc3986` to encode cache keydirkf
2025-04-08[utils] Support optional `safe` argument for `escape_rfc3986()`dirkf
2025-04-08[compat] Improve Py2 compatibility for URL Quotingdirkf
2025-04-08[cache] Align further with yt-dlpdirkf
2025-04-08[compat] Add compat_os_makedirsdirkf
2025-04-08[core] Refactor message routines to align better with yt-dlpdirkf
2025-03-31[JSInterp] Temporary fix for #33102dirkf
2025-03-26[Misc] Correct [_]IE_DESC/NAME in a few IEsdirkf
2025-03-26[ITV] Mark ITVX not workingdirkf
2025-03-26[YouTube] Support player `4fcd6e4a`dirkf
2025-03-25[JSInterp] Use `,` for join() with null/undefined argumentdirkf
2025-03-25[YouTube] Align signature tests with yt-dlpdirkf
2025-03-25[YouTube] Update signature extraction for players `643afba4`, `363db69b`dirkf
2025-03-25[YouTube] Support new player URL patternsdirkf
2025-03-25[JSInterp] Improve indexingdirkf
2025-03-25[YouTube] Make `_extract_player_info()` use `_search_regex()`dirkf
2025-03-25[YouTube] Also get original of translated automatic captionsdirkf
2025-03-25[YouTube] Get subtitles/automatic captions from both web and API responsesdirkf
2025-03-21[YouTube] Improve support for tce-style player JSdirkf
2025-03-21[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