about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [utils] Let int_or_none() accept a base, like int()dirkf2024-03-081-2/+3
* [utils] Handle user:pass in URLs (#28801)Hubert Hirtz2024-03-041-1/+21
* [caffeine.tv] Add new extractor (#32514)Aaron Tan2024-02-222-0/+80
* [GBNews]Add new extractor for GB News TV channel (#29432)dirkf2024-02-222-0/+140
* [downloader/external] Fix WgetFD proxy (rev 2) dirkf2024-02-211-1/+4
* [Vbox7] Improve extraction, adding features from yt-dlp PR #9100dirkf2024-02-191-27/+53
* [Vbox7IE] Sanitise ld+json containing unexpected charactersdirkf2024-02-021-0/+22
* [Vbox7IE] Improve extractiondirkf2024-02-021-39/+90
* [InfoExtractor] Correctly resolve BaseURL in DASH manifestdirkf2024-02-021-2/+19
* [InfoExtractor] Support byte range for DASHdirkf2024-02-021-36/+78
* [downloader/dash] Support `range` in fragment (format f'{start}-{end}')dirkf2024-02-021-2/+7
* [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port)dirkf2024-02-021-127/+199
* [YouTube] Fix `like_count` extraction using `likeButtonViewModel`dirkf2024-01-221-4/+14
* [YouTube] Rework n-sig processing, realigning with yt-dlpdirkf2024-01-221-185/+289
* [InfoExtractor] Support some warning and `._downloader` shortcut methods from...dirkf2024-01-221-3/+53
* [compat] Rework compat for `method` parameter of `compat_urllib_request.Reque...dirkf2024-01-221-10/+17
* [core] Fix format string injection for metadata JSON filename message.mk-pmb2023-12-061-2/+2
* [Epidemic Sound] Add new extractor (#32628)Robotix2023-12-062-0/+102
* [Imgur] Overhaul extractor module (#32612)dirkf2023-12-051-69/+279
* [telewebion] Fix extraction (#32634)mimvahedi2023-12-021-24/+23
* [utils] Make restricted filenames ignore characters in Unicode categories Mar...dirkf2023-11-291-1/+2
* [Youtube] Update consent cookie handling to match siteReenigneArcher2023-11-291-10/+4
* [downloader] Fix baa6c5e: show ETA of http download as ETA instead of total d...dirkf2023-09-242-2/+2
* [utils] Revert bbd3e7e, updating docstring, test insteaddirkf2023-09-031-1/+2
* [utils] Properly handle list values in update_url()dirkf2023-09-031-1/+1
* [S4C] Add thumbnail extraction, extract series as playlistdirkf2023-08-312-8/+59
* [S4C] Add extractor for Sianel Pedwar Cymrudirkf2023-08-042-0/+77
* [utils] Advertise optional supported `Content-Encoding`sdirkf2023-08-011-2/+7
* [utils] Add and use `filter_dict()` from yt-dlpdirkf2023-08-011-4/+7
* [utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to com...dirkf2023-08-012-79/+70
* [utils] Avoid comparing `type(var)`, etc, to pass new Linter rulesdirkf2023-08-012-5/+7
* [utils] Rework URL path munging for ., .. componentsdirkf2023-07-292-40/+53
* [utils] Rework decoding of `Content-Encoding`sdirkf2023-07-292-30/+104
* [build] Extend use of `devscripts/utils`dirkf2023-07-251-1/+0
* [compat] Use `compat_open()`dirkf2023-07-257-21/+25
* [utils] Fix update_Request() with empty data (not None)dirkf2023-07-251-4/+3
* [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