| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Authored by: bashonly, pukkandan
|
| |
|
|
|
|
| |
Authored by: coletdjnz, pukkandan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New networking interface consists of a `RequestDirector` that directs
each `Request` to appropriate `RequestHandler` and returns the
`Response` or raises `RequestError`. The handlers define adapters to
transform its internal Request/Response/Errors to our interfaces.
User-facing changes:
- Fix issues with per request proxies on redirects for urllib
- Support for `ALL_PROXY` environment variable for proxy setting
- Support for `socks5h` proxy
- Closes https://github.com/yt-dlp/yt-dlp/issues/6325, https://github.com/ytdl-org/youtube-dl/issues/22618, https://github.com/ytdl-org/youtube-dl/pull/28093
- Raise error when using `https` proxy instead of silently converting it to `http`
Authored by: coletdjnz
|
|
|
|
|
|
|
|
| |
This is useful for HLS where detecting whether the format is
actually DRM requires the child manifest to be downloaded.
Makes the error message when using `--test` inconsistent,
but doesn't really matter.
|
|
|
|
| |
Authored by: nixxo
|
|
|
|
| |
Closes #7367
|
|
|
|
|
| |
Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773
Authored by: mikf, freezboltz, pukkandan
|
|
|
|
| |
Authored by: NDagestad, pukkandan
Closes #1706
|
|
|
|
| |
Authored by: 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
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
| |
Closes #3888
Authored by: tntmod54321
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/issues/6811#issuecomment-1509876209
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/commit/81b6102d2099eec78a2db9ae3d101a8503dd4f25#r105892531
|
| |
|
|
|
| |
Authored by: mushbite
|
| |
|
|
|
|
|
|
|
| |
* [fragment] Fix `request_data`
* [youtube] Don't use POST for now. It may be easier to break in future
Authored by: bashonly, coletdjnz
|
|
|
|
| |
Fixes https://github.com/ytdl-org/youtube-dl/issues/31693#issuecomment-1445202857
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
| |
Authored by: LowSuggestion912
|
|
|
|
|
|
|
|
| |
and related cleanup
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
Improve `InfoExtractor._parse_smil_formats` extension detection
Closes #6019
Authored by: bashonly
|
| |
|
|
|
|
| |
Closes #5576, closes #5887
|
|
|
|
|
|
|
| |
[generic] Improve KVS (etc) extraction
https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902
Closes #3716
Authored by: Grub4k, pukkandan
|
|
|
|
|
|
| |
* Extractors replaced with plugin extractors now show in debug output
* Better testcase handling
* Added documentation
Authored by: coletdjnz, pukkandan
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #5566
|
| |
|
|
|
|
| |
Closes #5402
|
|
|
|
| |
Closes #5541
|
| |
|
|
|
|
| |
Closes #5423
|
|
|
|
|
|
|
|
| |
`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
|
| |
|
| |
|
|
|
|
| |
Closes #4967
Authored by: m4tu4g, pukkandan
|
|
|
|
| |
Closes #5162
|
| |
|
| |
|
|
|
|
| |
Closes #5144, #5143
Authored by: Grub4K
|
|
|
|
|
|
| |
Adds new field `concurrent_view_count`
Closes https://github.com/yt-dlp/yt-dlp/issues/4843
Authored by: coletdjnz
|
|
|
|
| |
Closes #5129, Closes #4982
|