Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | [extractor] Support multiple `_VALID_URL`s (#5812) | pukkandan | |
Authored by: nixxo | |||
2023-06-21 | Fix bug in db3ad8a67661d7b234a6954d9c6a4a9b1749f5eb | pukkandan | |
Closes #7367 | |||
2023-06-21 | [cleanup] Misc | pukkandan | |
Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773 Authored by: mikf, freezboltz, pukkandan | |||
2023-06-21 | Add option `--netrc-cmd` (#6682) | Nicolai Dagestad | |
Authored by: NDagestad, pukkandan Closes #1706 | |||
2023-06-08 | [extractor/youtube] Extract `channel_is_verified` (#7213) | coletdjnz | |
Authored by: coletdjnz | |||
2023-06-01 | [extractor/youtube] Extract more metadata for comments (#7179) | coletdjnz | |
Adds new comment fields: * `author_url` - The url to the comment author's page * `author_is_verified` - Whether the author is verified on the platform * `is_pinned` - Whether the comment is pinned to the top of the comments Closes https://github.com/yt-dlp/yt-dlp/issues/5411 Authored by: coletdjnz | |||
2023-05-27 | [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091) | coletdjnz | |
Authored by: coletdjnz | |||
2023-05-26 | [extractor/youtube] Extract `heatmap` data (#7100) | Audrey | |
Closes #3888 Authored by: tntmod54321 | |||
2023-04-16 | [extractor] Do not warn for invalid chapter data in description | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/issues/6811#issuecomment-1509876209 | |||
2023-03-25 | [extractor] Extract more metadata from ISM | pukkandan | |
Fixes https://github.com/yt-dlp/yt-dlp/commit/81b6102d2099eec78a2db9ae3d101a8503dd4f25#r105892531 | |||
2023-03-25 | [extractor] Do not exit early for unsuitable `url_result` | pukkandan | |
2023-03-04 | [extractor/rutube] Extract chapters from description (#6345) | mushbite | |
Authored by: mushbite | |||
2023-02-28 | [cleanup] Misc | pukkandan | |
2023-02-28 | [extractor/youtube] Fix 5038f6d713303e0967d002216e7a88652401c22a | pukkandan | |
* [fragment] Fix `request_data` * [youtube] Don't use POST for now. It may be easier to break in future Authored by: bashonly, coletdjnz | |||
2023-02-26 | [extractor] Fix DRM detection in m3u8 | pukkandan | |
Fixes https://github.com/ytdl-org/youtube-dl/issues/31693#issuecomment-1445202857 | |||
2023-02-17 | Update to ytdl-commit-2dd6c6e | pukkandan | |
[YouTube] Avoid crash if uploader_id extraction fails https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772 Except: * 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing * 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor * 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p | |||
2023-02-12 | [extractor/common] Fix `_search_nuxt_data` (#6062) | LowSuggestion912 | |
Authored by: LowSuggestion912 | |||
2023-02-08 | [downloader/hls] Allow extractors to provide AES key (#6158) | bashonly | |
and related cleanup Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||
2023-01-14 | [extractor/slideslive] Fix slides and chapters/duration (#6024) | bashonly | |
* Fix slides/thumbnails extraction * Extract duration to fix issues w/ `--embed-chapters`, `--split-chapters` * Add `InfoExtractor._extract_mpd_vod_duration` method * Expand applicability of `InfoExtractor._parse_m3u8_vod_duration` method Authored by: bashonly | |||
2023-01-14 | [extractor/nbc] Fix `NBC` and `NBCStations` extractors (#6033) | bashonly | |
Improve `InfoExtractor._parse_smil_formats` extension detection Closes #6019 Authored by: bashonly | |||
2023-01-07 | [cleanup] Misc | pukkandan | |
2023-01-02 | [cleanup] Misc | pukkandan | |
Closes #5576, closes #5887 | |||
2023-01-02 | Update to ytdl-commit-195f22f6 | Simon Sawicki | |
[generic] Improve KVS (etc) extraction https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902 Closes #3716 Authored by: Grub4k, pukkandan | |||
2023-01-02 | Improve handling for overriding extractors with plugins (#5916) | Matthew | |
* Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan | |||
2022-12-23 | [extractor] Let `_extract_format` functions obey `--ignore-no-formats` | pukkandan | |
2022-12-03 | [cleanup] Misc | pukkandan | |
2022-11-30 | [utils] Make `ExtractorError` mutable | pukkandan | |
2022-11-17 | [extractor] Deprecate `_sort_formats` | pukkandan | |
2022-11-17 | Implement universal format sorting | pukkandan | |
Closes #5566 | |||
2022-11-17 | [utils] Move format sorting code into `utils` | pukkandan | |
2022-11-16 | Add new field `aspect_ratio` | pukkandan | |
Closes #5402 | |||
2022-11-16 | [cleanup] Misc | pukkandan | |
Closes #5541 | |||
2022-11-13 | [extractor] Add a way to distinguish IEs that returns only videos | pukkandan | |
2022-11-11 | [extractor] Fix `fatal=False` for `_search_nuxt_data` | pukkandan | |
Closes #5423 | |||
2022-11-10 | [extractor/youtube] Differentiate between no and disabled comments (#5491) | Matthew | |
`comments` and `comment_count` will be set to None, as opposed to an empty list and 0, respectively. Fixes https://github.com/yt-dlp/yt-dlp/issues/5068 Authored by: coletdjnz, pukkandan | |||
2022-11-07 | [cleanup] Lint and misc cleanup | pukkandan | |
2022-10-31 | [extractor] Improve `_generic_title` | pukkandan | |
2022-10-20 | [extractor/zeenews] Add extractor (#5289) | m4tu4g | |
Closes #4967 Authored by: m4tu4g, pukkandan | |||
2022-10-18 | [cleanup Misc | pukkandan | |
Closes #5162 | |||
2022-10-13 | [extractor/youtube:tab] Let `approximate_date` return timestamp | pukkandan | |
2022-10-09 | [extractor/generic] Separate embed extraction into own function (#5176) | pukkandan | |
2022-10-09 | [extractor/common] Fix `json_ld` type checks (#5145) | Simon Sawicki | |
Closes #5144, #5143 Authored by: Grub4K | |||
2022-10-07 | [extractor/youtube] Extract concurrent view count for livestreams (#5152) | Matthew | |
Adds new field `concurrent_view_count` Closes https://github.com/yt-dlp/yt-dlp/issues/4843 Authored by: coletdjnz | |||
2022-10-04 | [cleanup] Minor fixes | pukkandan | |
Closes #5129, Closes #4982 | |||
2022-10-03 | [extractor/JWPlatform] Fix extractor (#5112) | coletdjnz | |
Fix bitrate and filesize extraction and support embeds with unquoted urls. Related: #5106 Authored by: coletdjnz | |||
2022-10-03 | [extractor] Make search_json able to parse lists | pukkandan | |
Now `contains_pattern` can be set to `\[.+\]` | |||
2022-09-30 | [downloader/ism] Support ec-3 codec (#5004) | nixxo | |
Closes #296 Authored by: nixxo | |||
2022-09-27 | [extractor] Improve json+ld extraction | pukkandan | |
Related #5035 | |||
2022-09-22 | [docs] Misc improvements | pukkandan | |
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979 | |||
2022-09-22 | [extractor] Fix `fatal=False` in `RetryManager` | pukkandan | |