about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [build] Fix various Jython CI and test issuesdirkf2023-07-251-1/+1
* [utils] Remove stray undocumented Host header in redirect (fix 46fde7c)dirkf2023-07-201-1/+2
* [InfoExtractor] Add `_match_valid_url()` class method and refactordirkf2023-07-192-19/+38
* [utils] Fix broken Py 3.11+ compat in `traverse_obj()`dirkf2023-07-191-4/+32
* [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf2023-07-194-53/+62
* [Clipchamp] Add new extractor back-ported from yt-dlpdirkf2023-07-192-0/+77
* [DLF] Add site extractors back-ported from yt-dlpdirkf2023-07-192-0/+208
* [Whyp] Add extractor back-ported from yt-dlpdirkf2023-07-192-0/+79
* [GlobalPlayer] Add site extractors back-ported from yt-dlpdirkf2023-07-192-4/+296
* [InfoExtractor] Support groups in _`search_regex()`, etcdirkf2023-07-191-4/+5
* [utils] Minor updates (merge_dicts, T)dirkf2023-07-191-7/+30
* [utils] Improve js_to_json, align with yt-dlpdirkf2023-07-191-26/+88
* [utils] Align traverse_obj() with yt-dlpdirkf2023-07-191-7/+2
* [compat] Fix old Pythons broken loading of valueless cookie attributesdirkf2023-07-181-4/+16
* [test] Fixes for old Pythonsdirkf2023-07-182-9/+13
* [doc] Warn against setting cookies with --add-headerdirkf2023-07-181-2/+4
* [downloader/external] Fix cookie supportbashonly2023-07-182-23/+106
* [core] Process header cookies on loadingSimon Sawicki2023-07-182-28/+163
* [utils] `YoutubeDLCookieJar`: Add `get_cookie_header` and `get_cookies_for_ur...bashonly2023-07-181-0/+13
* [core] Remove `Cookie` header on redirect to prevent leaksdirkf2023-07-181-2/+6
* [core] Update redirect handling from yt-dlpdirkf2023-07-181-30/+44
* [compat] Add Request and HTTPClient compat for redirectdirkf2023-07-181-0/+28
* [core] Align error reporting methods with yt-dlpdirkf2023-07-181-7/+32
* [utils] Add {expected_type} and Iterable support to traverse_obj()dirkf2023-07-181-71/+142
* [core] Revert version display from b8a86dcdirkf2023-07-181-3/+5
* [Misc] Fixes for 2.6 compatibilitydirkf2023-07-054-3/+31
* [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