index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-05-04
[YouTube] Fix 680069a, excess `min_ver`
HEAD
master
dirkf
2025-05-03
[workflows/ci.yml] Move pinned Ubuntu runner images from withdrawn 20.4 to 22.04
dirkf
2025-05-03
[YouTube] Improve n-sig function extraction for player `aa3fc80b`
dirkf
2025-05-03
[YouTube] Delete cached problem nsig cache data on descrambling error
dirkf
2025-05-03
[YouTube] Cache signature timestamp from player JS
dirkf
2025-05-03
[Cache] Add `clear` function
dirkf
2025-04-08
[JSInterp] Add tests and relevant functionality from yt-dlp
dirkf
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, etc
dirkf
2025-04-08
[JSInterp] Reorganise some declarations to align better with yt-dlp
dirkf
2025-04-08
[InfoExtractor] Fix merging subtitles to empty target
dirkf
2025-04-08
[InfoExtractor] Use local variants for remaining parent method calls
dirkf
2025-04-08
[YouTube] Remove remaining hard-coded API keys
dirkf
2025-04-08
[YouTube] Fix playlist continuation extraction
dirkf
2025-04-08
[YouTube] Support shorts playlist
dirkf
2025-04-08
[cache] Use `esc_rfc3986` to encode cache key
dirkf
2025-04-08
[utils] Support optional `safe` argument for `escape_rfc3986()`
dirkf
2025-04-08
[compat] Improve Py2 compatibility for URL Quoting
dirkf
2025-04-08
[cache] Align further with yt-dlp
dirkf
2025-04-08
[compat] Add compat_os_makedirs
dirkf
2025-04-08
[core] Refactor message routines to align better with yt-dlp
dirkf
2025-03-31
[JSInterp] Temporary fix for #33102
dirkf
2025-03-26
[Misc] Correct [_]IE_DESC/NAME in a few IEs
dirkf
2025-03-26
[ITV] Mark ITVX not working
dirkf
2025-03-26
[YouTube] Support player `4fcd6e4a`
dirkf
2025-03-25
[JSInterp] Use `,` for join() with null/undefined argument
dirkf
2025-03-25
[YouTube] Align signature tests with yt-dlp
dirkf
2025-03-25
[YouTube] Update signature extraction for players `643afba4`, `363db69b`
dirkf
2025-03-25
[YouTube] Support new player URL patterns
dirkf
2025-03-25
[JSInterp] Improve indexing
dirkf
2025-03-25
[YouTube] Make `_extract_player_info()` use `_search_regex()`
dirkf
2025-03-25
[YouTube] Also get original of translated automatic captions
dirkf
2025-03-25
[YouTube] Get subtitles/automatic captions from both web and API responses
dirkf
2025-03-21
[YouTube] Improve support for tce-style player JS
dirkf
2025-03-21
[YouTube] Update player client data
dirkf
2025-03-11
[JSInterp] Improve tests
dirkf
2025-03-11
[YouTube] Update TVHTML5 client parameters
dirkf
2025-03-11
[YouTube] Initially support tce-style player JS
dirkf
2025-03-11
[YouTube] Temporarily redirect from tce-style player JS
dirkf
2025-03-11
[JSInterp] Make indexing error handling more conformant
dirkf
2025-03-11
[JSInterp] Handle undefined, etc, passed to JS_RegExp and Exception
dirkf
2025-03-11
[JSInterp] Improve Date processing
dirkf
2025-03-11
[compat] Fix inheriting from compat_collections_chain_map
dirkf
2025-03-11
[compat] Support zstd Content-Encoding
dirkf
2025-03-11
[compat] Clean-up
dirkf
2025-02-28
[YouTube] Fix 91b1569
dirkf
2025-02-28
[YouTube] Fix channel playlist extraction (#33074)
dirkf
2025-02-07
[JSInterp] Fix bit-shift coercion for player 9c6dfc4a
dirkf
2025-02-07
[compat] Make casefold private
dirkf
[next]