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
path:
root
/
youtube_dl
Age
Commit message (
Expand
)
Author
2025-11-26
[YouTube] Bug-fix for `c1f5c3274a`
HEAD
master
dirkf
2025-11-26
[core] Re-work format_note display in format list with abbreviated codec name
dirkf
2025-11-21
[YouTube] Revert forcing player JS by default
dirkf
2025-11-21
[utils] Support additional codecs and dynamic_range
dirkf
2025-11-21
[YouTube] Fix playlist thumbnail extraction
dirkf
2025-11-21
[YouTube] Improve detection of geo-restriction
dirkf
2025-11-21
[YouTube] Improve mark_watched()
dirkf
2025-11-21
[YouTube] Fix incorrect chapter extraction
dirkf
2025-11-21
[YouTube] Improve targeting of pre-roll wait
dirkf
2025-11-21
[YouTube] Re-work client selection
dirkf
2025-11-21
[YouTube] Add further InnerTube clients
dirkf
2025-11-21
[YouTube] Use insertion-order-preserving dict for InnerTube client data
dirkf
2025-11-21
[utils] Align `parse_duration()` behaviour with yt-dlp
dirkf
2025-11-21
[utils] Stabilise traversal results using `compat_dict`
dirkf
2025-11-21
[compat] Add `compat_dict`
dirkf
2025-11-21
[compat] Add `compat_abc_ABC`
dirkf
2025-11-21
[compat] Add `compat_thread`
dirkf
2025-11-21
[utils] Add `subs_list_to_dict()` traversal helper
dirkf
2025-11-21
[utils] Apply `partial_application` decorator to existing functions
dirkf
2025-11-21
[utils] Add `partial_application` decorator function
dirkf
2025-11-21
[core] Fix housekeeping for `available_at`
dirkf
2025-11-21
[utils] Support traversal helper functions `require`, `value`, `unpack`
dirkf
2025-11-21
[utils] Support `filter` traversal key
dirkf
2025-10-18
[YouTube] Introduce `_extract_and_report_alerts()` per yt-dlp
dirkf
2025-10-18
[YouTube] Improve some traversals
dirkf
2025-10-18
[YouTube] Misc clean-ups from linter, etc
dirkf
2025-09-29
[core] Support explicit `--no-list-formats` option
dirkf
2025-09-29
[YouTube] Support `LOCKUP_CONTENT_TYPE_VIDEO` in subscriptions feed extraction
dirkf
2025-09-29
[YouTube] Extract fallback title and description from initial data
dirkf
2025-09-29
[YouTube] Extract srt subtitles
dirkf
2025-09-29
[YouTube] Fix subtitles extraction
dirkf
2025-09-29
[YouTube] Handle required preroll waiting period
dirkf
2025-09-29
[downloader] Delay download according to `available_at` format key
dirkf
2025-09-29
[YouTube] Implement player JS override for player `0004de42`
dirkf
2025-09-29
[YouTube] Force `WEB` user agent for video page download
dirkf
2025-09-29
[YouTube] Handle Web Safari formats
dirkf
2025-09-29
[YouTube] Update player client details
dirkf
2025-09-29
[YouTube] Miscellaneous clean-ups
dirkf
2025-05-04
[YouTube] Fix 680069a, excess `min_ver`
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
[next]