| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #7462
Authored by: nnoboa
|
|
|
|
| |
Closes #7680
Authored by: AmirAflak
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
|
| |
Fix bug in ef8fb7f029b816dfc95600727d84400591a3b5c5
Closes #7708
Authored by: bashonly
|
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/issues/7674
Authored by: coletdjnz
|
|
|
| |
Authored by: bashonly, pukkandan
|
|
|
| |
Authored by: bashonly
|
|
|
|
| |
Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
|
|
| |
Authored by: bashonly
|
|
|
|
| |
Closes #7663
|
| |
|
|
|
|
| |
Closes #7323, #3072, #5740, #5767, #6125
|
|
|
|
| |
Closes #7528
|
| |
|
| |
|
|
|
|
| |
Closes #7067
|
| |
|
|
|
|
| |
Closes #7622
|
|
|
|
|
| |
Bugfix for 1ceb657bdd254ad961489e5060f2ccc7d556b729
Authored by: bashonly
|
|
|
| |
Authored by: Grub4K
|
|
|
|
| |
Closes #7543
Authored by: bashonly
|
|
|
|
| |
Closes #7529
Authored by: bashonly
|
|
|
|
| |
Authored by: bashonly
|
|
|
|
|
| |
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4
Authored by: bashonly
|
|
|
|
|
| |
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4
Authored by: bashonly
|
|
|
|
| |
Closes #7536
Authored by: bashonly
|
|
|
|
| |
Closes #7469
Authored by: demon071, bashonly
|
|
|
|
| |
Closes #7590
Authored by: zhong-yiyu
|
|
|
|
|
|
|
|
|
| |
- 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: aaruni96, Grub4K, pukkandan
Closes #4913
|
| |
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Closes https://github.com/yt-dlp/yt-dlp/issues/5555
Note: the first page may still be repeated, however this is better than nothing.
Authored by: coletdjnz
|
|
|
| |
Authored by: FinnRG
|
|
|
| |
Authored by: Neurognostic
|
|
|
|
| |
Service is dead
Authored by: alerikaisattera
|
|
|
|
| |
Authored by: mabdelfattah, bashonly
Closes #7544
|
|
|
| |
Authored by: Zprokkel
|
|
|
|
|
|
|
|
| |
- Overhaul BiliBiliBangumi extractor for the site's new API
- Add BiliBiliBangumiSeason extractor
- Refactor BiliBiliBangumiMedia extractor
Closes #6701, Closes #7400
Authored by: GD-Slime
|
|
|
| |
Authored by: bashonly
|
| |
|
|
|
|
|
|
| |
Created by: pukkandan
:ci skip all :ci run dl
|
|
|
|
| |
Closes #7515
|
|
|
|
|
|
|
|
|
|
| |
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
|