about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-052-7/+19
* [YouTube] Avoid crash in author extractiondirkf2023-06-221-1/+1
* [YouTube] Improve nsig function name extractionpukkandan2023-06-221-6/+13
* [YouTube] Improve fix for ae8ba2cdirkf2023-06-182-12/+13
* [YouTube] Fix `KeyError QV` in signature extraction faileddirkf2023-06-171-1/+5
* [jsinterp] Don't find unrelated objectsdirkf2023-06-171-7/+7
* [jsinterp] Fix test for failed match in extract_object()dirkf2023-06-171-1/+1
* [jsinterp] Fix div bug breaking player 8c7583ffdirkf2023-06-111-1/+1
* [core] Revise 1f7c6f8 to help downstream merger (possibly)dirkf2023-05-261-4/+3
* [compat] Fix casefold import __all__ syntax in a19855fdirkf2023-05-231-1/+1
* [ITV] Fix UA capitalisation in 384f632dirkf2023-05-231-2/+2
* [core] Further improve platform debug logdirkf2023-05-231-8/+13
* [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