aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2025-11-26[YouTube] Bug-fix for `c1f5c3274a`HEADmasterdirkf
2025-11-26[core] Re-work format_note display in format list with abbreviated codec namedirkf
2025-11-21[YouTube] Revert forcing player JS by defaultdirkf
2025-11-21[utils] Support additional codecs and dynamic_rangedirkf
2025-11-21[YouTube] Fix playlist thumbnail extractiondirkf
2025-11-21[YouTube] Improve detection of geo-restrictiondirkf
2025-11-21[YouTube] Improve mark_watched()dirkf
2025-11-21[YouTube] Fix incorrect chapter extractiondirkf
2025-11-21[YouTube] Improve targeting of pre-roll waitdirkf
2025-11-21[YouTube] Re-work client selectiondirkf
2025-11-21[YouTube] Add further InnerTube clientsdirkf
2025-11-21[YouTube] Use insertion-order-preserving dict for InnerTube client datadirkf
2025-11-21[utils] Align `parse_duration()` behaviour with yt-dlpdirkf
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 helperdirkf
2025-11-21[utils] Apply `partial_application` decorator to existing functionsdirkf
2025-11-21[utils] Add `partial_application` decorator functiondirkf
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 keydirkf
2025-10-18[YouTube] Introduce `_extract_and_report_alerts()` per yt-dlpdirkf
2025-10-18[YouTube] Improve some traversalsdirkf
2025-10-18[YouTube] Misc clean-ups from linter, etcdirkf
2025-09-29[core] Support explicit `--no-list-formats` optiondirkf
2025-09-29[YouTube] Support `LOCKUP_CONTENT_TYPE_VIDEO` in subscriptions feed extractiondirkf
2025-09-29[YouTube] Extract fallback title and description from initial datadirkf
2025-09-29[YouTube] Extract srt subtitlesdirkf
2025-09-29[YouTube] Fix subtitles extractiondirkf
2025-09-29[YouTube] Handle required preroll waiting perioddirkf
2025-09-29[downloader] Delay download according to `available_at` format keydirkf
2025-09-29[YouTube] Implement player JS override for player `0004de42`dirkf
2025-09-29[YouTube] Force `WEB` user agent for video page downloaddirkf
2025-09-29[YouTube] Handle Web Safari formatsdirkf
2025-09-29[YouTube] Update player client detailsdirkf
2025-09-29[YouTube] Miscellaneous clean-upsdirkf
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 errordirkf
2025-05-03[YouTube] Cache signature timestamp from player JSdirkf
2025-05-03[Cache] Add `clear` functiondirkf
2025-04-08[JSInterp] Add tests and relevant functionality from yt-dlpdirkf
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