about summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* [YouPorn] Add playlist extractors HEAD masterdirkf2024-04-222-1/+447
* [YouPorn] Improve extractiondirkf2024-04-221-18/+46
* [YouPorn] Incorporate yt-dlp PR 8827dirkf2024-04-221-38/+80
* [postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8)dirkf2024-04-071-5/+11
* [utils] Fix crash in _report_ignoring_subs from c58b655 (#32762)Ori Avtalion2024-04-051-6/+15
* [external/FFmpeg] Fix and improve --ffmpeg-location handlingdirkf2024-03-272-31/+24
* [downloader/external] Fix "Resource Warning" in downloader testdirkf2024-03-272-18/+51
* [compat] Simplify/fix compat_html_parser_HTMLParseErrordirkf2024-03-271-9/+6
* [utils] Apply compat_contextlib_suppressdirkf2024-03-271-42/+24
* [compat] Add compat_contextlib_suppressdirkf2024-03-271-0/+19
* [Youtube] Fix unwanted private method __ie_msg in f8b0135850gy-chen2024-03-231-3/+3
* [Vimeo] Improve `config` extraction (#32742)Zizheng Guo2024-03-121-2/+2
* [Videa] Fix extractionhatsomatt2024-03-081-1/+4
* [Videa] Align with yt-dlpdirkf2024-03-081-13/+26
* [XFileShare] Update extractor for 2024dirkf2024-03-083-147/+193
* [InfoExtractor] Rework and improve JWPlayer extractiondirkf2024-03-081-33/+22
* [InfoExtractor] Add `_search_json()`dirkf2024-03-081-0/+55
* [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