| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
| |
Preference functions that take a request and a request handler instance can be registered to prioritize different request handlers per request.
Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
| |
|
| |
|
|
|
|
| |
Closes #7688, #7675
|
|
|
|
|
|
|
| |
This implements RFC3986 5.2.4 remove_dot_segments during the URL normalization process.
Closes #3355, #6526
Authored by: coletdjnz
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/issues/7674
Authored by: coletdjnz
|
|
|
|
| |
Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
|
|
|
| |
Closes #7663
|
|
|
|
| |
Closes #7528
|
| |
|
|
|
|
|
| |
Bugfix for 1ceb657bdd254ad961489e5060f2ccc7d556b729
Authored by: bashonly
|
|
|
|
| |
Authored by: bashonly
|
|
|
|
|
| |
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4
Authored by: bashonly
|
|
|
|
|
| |
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4
Authored by: bashonly
|
|
|
|
|
|
|
|
|
| |
- Fix bug in `axel` Cookie header arg
- Pass cookies to `curl` as strings
- Write session cookies for `aria2c` and `wget`
Closes #7539
Authored by: bashonly
|
|
|
|
|
|
|
|
|
|
| |
- Remove `Cookie` header from `http_headers` immediately after loading into cookiejar
- Restore compat for `--load-info-json` cookies
- Add more tests
- Fix improper passing of Cookie header by `MailRu` extractor
Closes #7558
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
|
|
|
|
| |
No actual changes - code is only moved around
|
|
|
|
| |
Related: #5680, #7517
|
|
|
|
| |
Authored by: mabdelfattah, bashonly
Closes #7544
|
|
|
|
|
|
|
|
|
|
| |
Cookies are now saved and loaded under `cookies` key in the info dict
instead of `http_headers.Cookie`. Cookies passed in headers are
auto-scoped to the input URLs with a warning.
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj
Authored by: Grub4K
|
|
|
|
|
|
| |
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj
Authored by: coletdjnz
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ffmpeg: Calculate cookies from cookiejar and pass with `-cookies` arg instead of `-headers`
- aria2c, curl, wget: Write cookiejar to file and use external FD built-in cookiejar support
- httpie: Calculate cookies from cookiejar instead of `http_headers`
- axel: Calculate cookies from cookiejar and disable http redirection if cookies are passed
- May break redirects, but axel simply don't have proper cookie support
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-v8mc-9377-rwjj
Authored by: bashonly, coletdjnz
|
|
|
|
| |
Closes #7501
|
| |
|
|
|
|
|
| |
[YouTube] Improve fix for ae8ba2c
https://github.com/ytdl-org/youtube-dl/commit/07af47960f3bb262ead02490ce65c8c45c01741e
|
| |
|
|
|
|
|
| |
Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773
Authored by: mikf, freezboltz, pukkandan
|
|
|
|
| |
Closes #7164
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes #1596
Previously, when some formats have accurate size and some approximate,
the ones with accurate size was always prioritized
For formats with known tbr and unknown vbr/abr, we were setting
(vbr=tbr, abr=0) for sorting to work. This is no longer needed.
Authored by pukkandan, u-spec-png
|
|
|
|
| |
Closes #7327
|
|
|
|
|
| |
* Fixes nsig decryption for Youtube JS player `8c7583ff`
Authored by: bashonly
|
|
|
| |
Authored by: mbway
|
|
|
| |
Authored by: coletdjnz
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
|
| |
Aligns HTTP redirect handling with what browsers commonly do and RFC standards.
Fixes issues https://github.com/yt-dlp/yt-dlp/commit/afac4caa7db30804bebac33e53c3cb0237958224 missed.
Authored by: coletdjnz
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
[YouTube] [core] Improve platform debug log, based on yt-dlp
https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9
Except:
* 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression
* There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641
* e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs
* We plan to implement this differently
|
|
|
|
| |
Closes #7030, closes #6967
|
|
|
|
| |
Closes #6131
|
|
|
|
|
|
|
|
| |
- Fix result when branching with `traverse_string`
- Fix `slice` path on `dict`s
- Fix tests and docstrings from 21b5ec86c2c37d10c5bb97edd7051d3aac16bb3e
- Add `is_iterable_like` helper function
Authored by: Grub4K
|
|
|
|
| |
Closes #6131
|
|
|
| |
Authored by: Grub4K
|
|
|
|
| |
Closes #6843
|
|
|
|
|
| |
Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510055357
Fixes: https://github.com/yt-dlp/yt-dlp/issues/6808#issuecomment-1510363645
|
|
|
| |
Authored by: Grub4K
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/commit/81b6102d2099eec78a2db9ae3d101a8503dd4f25#r105892531
|