about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* [YouTube] Fix `KeyError QV` in signature extraction faileddirkf2023-06-172-2/+11
* [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-113-1/+54
* [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-233-7/+16
* [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-112-9/+43
* [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-212-3/+48
* [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-052-3/+26
* [compat] Add and use `compat_open()` like Py3 `open()`dirkf2023-04-052-4/+13
* [FragmentFD] Fix iteration with infinite limitdirkf2023-04-051-11/+11
* [test] Update tests for Ubuntu 20.04dirkf2023-04-051-11/+13
* [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-192-0/+3
* [downloader/http] Only check for resumability when actually resumingdirkf2023-03-192-2/+3
* [AENetworksBaseIE] Report missing show data instead of crashdirkf2023-03-141-5/+18
* [devscripts] Add a hack to convert command-line options to API optionsdirkf2023-03-141-0/+64
* [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
* [doc] Improve "guidance" on bug reportingdirkf2023-03-091-9/+13
* [doc] Recommend "Get cookies.txt LOCALLY" extension in README.md (#31763)Sophira2023-03-071-1/+1
* [jsinterp] Fix regexp parsing and .replace[All] methoddirkf2023-03-072-37/+93
* [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-032-1/+5
* [Youtube] Construct dash formats with `range` querypukkandan2023-03-031-6/+16
* [YouTube] Support @owner format in uploader_id etcdirkf2023-02-241-125/+194
* [test] Support test-case with volatile ID (eg live show)dirkf2023-02-241-0/+9
* Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan2023-02-203-2/+22
* [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
* [test] Avoid name TestIE which causes a pytest warningdirkf2023-02-141-2/+2
* [InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf2023-02-142-1/+3
* [StreamsbIE] Add extractor for streamsb.com (viewsb.com) (#31517)fonkap2023-02-132-0/+62