aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Expand)Author
2023-09-24[downloader] Fix baa6c5e: show ETA of http download as ETA instead of total d...dirkf
2023-09-03[utils] Revert bbd3e7e, updating docstring, test insteaddirkf
2023-09-03[utils] Properly handle list values in update_url()dirkf
2023-08-31[S4C] Add thumbnail extraction, extract series as playlistdirkf
2023-08-04[S4C] Add extractor for Sianel Pedwar Cymrudirkf
2023-08-01[utils] Advertise optional supported `Content-Encoding`sdirkf
2023-08-01[utils] Add and use `filter_dict()` from yt-dlpdirkf
2023-08-01[utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to com...dirkf
2023-08-01[utils] Avoid comparing `type(var)`, etc, to pass new Linter rulesdirkf
2023-07-29[utils] Rework URL path munging for ., .. componentsdirkf
2023-07-29[utils] Rework decoding of `Content-Encoding`sdirkf
2023-07-25[build] Extend use of `devscripts/utils`dirkf
2023-07-25[compat] Use `compat_open()`dirkf
2023-07-25[utils] Fix update_Request() with empty data (not None)dirkf
2023-07-25[build] Fix various Jython CI and test issuesdirkf
2023-07-20[utils] Remove stray undocumented Host header in redirect (fix 46fde7c)dirkf
2023-07-19[InfoExtractor] Add `_match_valid_url()` class method and refactordirkf
2023-07-19[utils] Fix broken Py 3.11+ compat in `traverse_obj()`dirkf
2023-07-19[InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlpdirkf
2023-07-19[Clipchamp] Add new extractor back-ported from yt-dlpdirkf
2023-07-19[DLF] Add site extractors back-ported from yt-dlpdirkf
2023-07-19[Whyp] Add extractor back-ported from yt-dlpdirkf
2023-07-19[GlobalPlayer] Add site extractors back-ported from yt-dlpdirkf
2023-07-19[InfoExtractor] Support groups in _`search_regex()`, etcdirkf
2023-07-19[utils] Minor updates (merge_dicts, T)dirkf
2023-07-19[utils] Improve js_to_json, align with yt-dlpdirkf
2023-07-19[utils] Align traverse_obj() with yt-dlpdirkf
2023-07-18[compat] Fix old Pythons broken loading of valueless cookie attributesdirkf
2023-07-18[test] Fixes for old Pythonsdirkf
2023-07-18[doc] Warn against setting cookies with --add-headerdirkf
2023-07-18[downloader/external] Fix cookie supportbashonly
2023-07-18[core] Process header cookies on loadingSimon Sawicki
2023-07-18[utils] `YoutubeDLCookieJar`: Add `get_cookie_header` and `get_cookies_for_ur...bashonly
2023-07-18[core] Remove `Cookie` header on redirect to prevent leaksdirkf
2023-07-18[core] Update redirect handling from yt-dlpdirkf
2023-07-18[compat] Add Request and HTTPClient compat for redirectdirkf
2023-07-18[core] Align error reporting methods with yt-dlpdirkf
2023-07-18[utils] Add {expected_type} and Iterable support to traverse_obj()dirkf
2023-07-18[core] Revert version display from b8a86dcdirkf
2023-07-05[Misc] Fixes for 2.6 compatibilitydirkf
2023-07-05[workflows/ci.yml] Restore test support for Py 3.2dirkf
2023-06-22[YouTube] Avoid crash in author extractiondirkf
2023-06-22[YouTube] Improve nsig function name extractionpukkandan
2023-06-18[YouTube] Improve fix for ae8ba2cdirkf
2023-06-17[YouTube] Fix `KeyError QV` in signature extraction faileddirkf
2023-06-17[jsinterp] Don't find unrelated objectsdirkf
2023-06-17[jsinterp] Fix test for failed match in extract_object()dirkf
2023-06-11[jsinterp] Fix div bug breaking player 8c7583ffdirkf
2023-05-26[core] Revise 1f7c6f8 to help downstream merger (possibly)dirkf
2023-05-23[compat] Fix casefold import __all__ syntax in a19855fdirkf