about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [jsinterp] Small updates for a85a875dirkf2023-05-231-7/+5
* [core] Improve platform debug log, based on yt-dlpdirkf2023-05-111-3/+16
* [jsinterp] Add short-cut evaluation for common expressiondirkf2023-05-111-2/+20
* [jsinterp] Handle NaN in bitwise operatorsdirkf2023-05-111-9/+32
* [utils] Fix `compiled_regex_type` in 249f2b6dirkf2023-05-111-1/+2
* [YouTube] Support Releases tabdirkf2023-04-232-49/+74
* [jsinterp] Minimally handle arithmetic operator precedencedirkf2023-04-211-3/+37
* [DashSegmentsFD] Correctly detect errors when `fragment_retries` == 0dirkf2023-04-131-7/+7
* [YouTube] Simplify signature patternsdirkf2023-04-121-5/+3
* [core] Sanitize info dict before dumping JSON (fixes fe7e130) (#32032)Gabriel Nagy2023-04-121-2/+3
* [core] Add and use sanitize_info() method from yt-dlpdirkf2023-04-101-4/+34
* [core] No longer importing copydirkf2023-04-061-1/+0
* [core] Avoid deepcopy of ctx dict (fix f35b757) (Pt 2)dirkf2023-04-061-3/+2
* [core] Avoid deepcopy of ctx dict (fix f35b757)dirkf2023-04-061-1/+1
* [options] Add --mtime option, unsets default --no-mtimedirkf2023-04-051-1/+5
* [devscripts] Improve hack to convert command-line options to API optionsdirkf2023-04-051-0/+4
* [compat] Add and use `compat_open()` like Py3 `open()`dirkf2023-04-052-4/+13
* [FragmentFD] Fix iteration with infinite limitdirkf2023-04-051-11/+11
* [extractor/youtube] Bypass throttling for `-f17`pukkandan2023-03-191-9/+4
* [extractor/youtube] Construct fragment list lazilypukkandan2023-03-191-6/+12
* [utils] Ensure `allow_types` for `variadic()` is a tupledirkf2023-03-191-0/+2
* [downloader/http] Only check for resumability when actually resumingdirkf2023-03-191-1/+2
* [AENetworksBaseIE] Report missing show data instead of crashdirkf2023-03-141-5/+18
* [core] Handle `/../` sequences in HTTP URLsdirkf2023-03-141-0/+24
* [FragmentFD] Respect `--no-continue`dirkf2023-03-144-37/+58
* [downloader] Let _ffmpeg_ handle DASH segmentsdirkf2023-03-141-1/+1
* [jsinterp] Fix regexp parsing and .replace[All] methoddirkf2023-03-071-27/+57
* [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-031-1/+1
* [Youtube] Construct dash formats with `range` querypukkandan2023-03-031-6/+16
* [YouTube] Support @owner format in uploader_id etcdirkf2023-02-241-125/+194
* Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan2023-02-202-2/+21
* [Vimeo] Fix e19ec52 for tween-age Pythonsdf2023-02-201-1/+1
* [jsinterp] Fix dict comprehension for Py2.6dirkf2023-02-191-1/+1
* [YouTube] Avoid crash if uploader_id extraction failsdirkf2023-02-171-1/+3
* [InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf2023-02-141-1/+1
* [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517)fonkap2023-02-132-0/+62
* [KommunetvIE] Add extractor for kommunetv.no (#31516)fonkap2023-02-132-0/+36
* [FileMoonIE] Add extractor for filemoon.sx (#31515)fonkap2023-02-132-0/+44
* [feat]: Add support to external downloader aria2p (#31500)teddy1712023-02-131-0/+58
* [rbgtum] Add new extractor (#31305)Valentin Metz2023-02-132-0/+101
* [YouTube] Fix testsdirkf2023-02-131-7/+48
* [YouTube] Refresh compat/utils usagedirkf2023-02-131-38/+23
* [utils] Add parse_qs, update_urldirkf2023-02-131-32/+32
* [compat] Systematise compat_ namingdirkf2023-02-131-84/+137
* [YouTube] Add `signatureTimestamp` for age-gate bypassdirkf2023-02-131-2/+32
* [YouTube] Bypass age-gating for certain restricted videosdirkf2023-02-132-45/+168
* [Vimeo] Support /user{video_id}/{slug} URL formatdirkf2023-02-121-22/+33
* [Vimeo] Fix `Unable to extract info section` reduxdirkf2023-02-121-1/+1
* [jsinterp] Nitsdirkf2023-02-121-2/+2
* [IGN] Overhaul extractor to avoid URL redirection loopdirkf2023-02-121-90/+247