aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2023-04-21[jsinterp] Minimally handle arithmetic operator precedencedirkf
2023-04-13[DashSegmentsFD] Correctly detect errors when `fragment_retries` == 0dirkf
2023-04-12[YouTube] Simplify signature patternsdirkf
2023-04-12[core] Sanitize info dict before dumping JSON (fixes fe7e130) (#32032)Gabriel Nagy
2023-04-10[core] Add and use sanitize_info() method from yt-dlpdirkf
2023-04-06[core] No longer importing copydirkf
2023-04-06[core] Avoid deepcopy of ctx dict (fix f35b757) (Pt 2)dirkf
2023-04-06[core] Avoid deepcopy of ctx dict (fix f35b757)dirkf
2023-04-05[options] Add --mtime option, unsets default --no-mtimedirkf
2023-04-05[devscripts] Improve hack to convert command-line options to API optionsdirkf
2023-04-05[compat] Add and use `compat_open()` like Py3 `open()`dirkf
2023-04-05[FragmentFD] Fix iteration with infinite limitdirkf
2023-03-19[extractor/youtube] Bypass throttling for `-f17`pukkandan
2023-03-19[extractor/youtube] Construct fragment list lazilypukkandan
2023-03-19[utils] Ensure `allow_types` for `variadic()` is a tupledirkf
2023-03-19[downloader/http] Only check for resumability when actually resumingdirkf
2023-03-14[AENetworksBaseIE] Report missing show data instead of crashdirkf
2023-03-14[core] Handle `/../` sequences in HTTP URLsdirkf
2023-03-14[FragmentFD] Respect `--no-continue`dirkf
2023-03-14[downloader] Let _ffmpeg_ handle DASH segmentsdirkf
2023-03-07[jsinterp] Fix regexp parsing and .replace[All] methoddirkf
2023-03-03[jsinterp] Handle `Date` at epoch 0pukkandan
2023-03-03[Youtube] Construct dash formats with `range` querypukkandan
2023-02-24[YouTube] Support @owner format in uploader_id etcdirkf
2023-02-20Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan
2023-02-20[Vimeo] Fix e19ec52 for tween-age Pythonsdf
2023-02-19[jsinterp] Fix dict comprehension for Py2.6dirkf
2023-02-17[YouTube] Avoid crash if uploader_id extraction failsdirkf
2023-02-14[InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf
2023-02-13[StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517)fonkap
2023-02-13[KommunetvIE] Add extractor for kommunetv.no (#31516)fonkap
2023-02-13[FileMoonIE] Add extractor for filemoon.sx (#31515)fonkap
2023-02-13[feat]: Add support to external downloader aria2p (#31500)teddy171
2023-02-13[rbgtum] Add new extractor (#31305)Valentin Metz
2023-02-13[YouTube] Fix testsdirkf
2023-02-13[YouTube] Refresh compat/utils usagedirkf
2023-02-13[utils] Add parse_qs, update_urldirkf
2023-02-13[compat] Systematise compat_ namingdirkf
2023-02-13[YouTube] Add `signatureTimestamp` for age-gate bypassdirkf
2023-02-13[YouTube] Bypass age-gating for certain restricted videosdirkf
2023-02-12[Vimeo] Support /user{video_id}/{slug} URL formatdirkf
2023-02-12[Vimeo] Fix `Unable to extract info section` reduxdirkf
2023-02-12[jsinterp] Nitsdirkf
2023-02-12[IGN] Overhaul extractor to avoid URL redirection loopdirkf
2023-02-03[ITV] Overhaul ITV extractor (#30266)dirkf
2023-02-02[myvideoge] Add new extractor (#31360)dirkf
2023-02-02[xhamster] add support for new domain xhvid.com (#31370)afterdelight
2023-02-02[FIFA] Back-port extractor from yt-dlp (#31385)dirkf
2023-02-02[Blerp] Add new extractor (#31398)Epsilonator
2023-02-02[YouTube] Fix not finding videos listed under a channel's "shorts" subpage. ...zhangeric-15