Age | Commit message (Expand) | Author |
2024-02-21 | [downloader/external] Fix WgetFD proxy (rev 2) | dirkf |
2024-02-19 | [Vbox7] Improve extraction, adding features from yt-dlp PR #9100 | dirkf |
2024-02-02 | [Vbox7IE] Sanitise ld+json containing unexpected characters | dirkf |
2024-02-02 | [Vbox7IE] Improve extraction | dirkf |
2024-02-02 | [InfoExtractor] Correctly resolve BaseURL in DASH manifest | dirkf |
2024-02-02 | [InfoExtractor] Support byte range for DASH | dirkf |
2024-02-02 | [downloader/dash] Support `range` in fragment (format f'{start}-{end}') | dirkf |
2024-02-02 | [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port) | dirkf |
2024-01-22 | [YouTube] Fix `like_count` extraction using `likeButtonViewModel` | dirkf |
2024-01-22 | [YouTube] Rework n-sig processing, realigning with yt-dlp | dirkf |
2024-01-22 | [InfoExtractor] Support some warning and `._downloader` shortcut methods from... | dirkf |
2024-01-22 | [compat] Rework compat for `method` parameter of `compat_urllib_request.Reque... | dirkf |
2023-12-06 | [core] Fix format string injection for metadata JSON filename message. | mk-pmb |
2023-12-06 | [Epidemic Sound] Add new extractor (#32628) | Robotix |
2023-12-05 | [Imgur] Overhaul extractor module (#32612) | dirkf |
2023-12-02 | [telewebion] Fix extraction (#32634) | mimvahedi |
2023-11-29 | [utils] Make restricted filenames ignore characters in Unicode categories Mar... | dirkf |
2023-11-29 | [Youtube] Update consent cookie handling to match site | ReenigneArcher |
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 instead | dirkf |
2023-09-03 | [utils] Properly handle list values in update_url() | dirkf |
2023-08-31 | [S4C] Add thumbnail extraction, extract series as playlist | dirkf |
2023-08-04 | [S4C] Add extractor for Sianel Pedwar Cymru | dirkf |
2023-08-01 | [utils] Advertise optional supported `Content-Encoding`s | dirkf |
2023-08-01 | [utils] Add and use `filter_dict()` from yt-dlp | dirkf |
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 rules | dirkf |
2023-07-29 | [utils] Rework URL path munging for ., .. components | dirkf |
2023-07-29 | [utils] Rework decoding of `Content-Encoding`s | dirkf |
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 issues | dirkf |
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 refactor | dirkf |
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-dlp | dirkf |
2023-07-19 | [Clipchamp] Add new extractor back-ported from yt-dlp | dirkf |
2023-07-19 | [DLF] Add site extractors back-ported from yt-dlp | dirkf |
2023-07-19 | [Whyp] Add extractor back-ported from yt-dlp | dirkf |
2023-07-19 | [GlobalPlayer] Add site extractors back-ported from yt-dlp | dirkf |
2023-07-19 | [InfoExtractor] Support groups in _`search_regex()`, etc | dirkf |
2023-07-19 | [utils] Minor updates (merge_dicts, T) | dirkf |
2023-07-19 | [utils] Improve js_to_json, align with yt-dlp | dirkf |
2023-07-19 | [utils] Align traverse_obj() with yt-dlp | dirkf |
2023-07-18 | [compat] Fix old Pythons broken loading of valueless cookie attributes | dirkf |
2023-07-18 | [test] Fixes for old Pythons | dirkf |
2023-07-18 | [doc] Warn against setting cookies with --add-header | dirkf |
2023-07-18 | [downloader/external] Fix cookie support | bashonly |
2023-07-18 | [core] Process header cookies on loading | Simon Sawicki |