aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-01[ie/fox] Support foxsports.com (#7724)ischmidt20
Authored by: ischmidt20
2023-07-31[extractor/pbs] Add extractor `PBSKidsIE` (#7602)Steve
Authored by: snixon Fixes #2440
2023-07-29[ie/twitter] Add fallback, improve error handling (#7621)bashonly
Closes #7579, Closes #7625 Authored by: bashonly
2023-07-30`FFmpegFixupM3u8PP` may need to run with ffmpegpukkandan
Bug in 62b5c94cadaa5f596dc1a7083db9db12efe357be Closes #7725
2023-07-30[ie/youtube] Fix `player_params` arg being converted to lowercasecoletdjnz
Fix bug in ba06d77a316650ff057347d224b5afa8b203ad65 Authored by: coletdjnz
2023-07-30[cleanup] Miscpukkandan
2023-07-30Fix `--check-formats`pukkandan
Bug in bc344cd456380999c1ee74554dfd432a38f32ec7
2023-07-30[utils] HTTPHeaderDict: Handle byte valuespukkandan
2023-07-29[test] Fix `test_load_certifi`pukkandan
Closes #7688, #7675
2023-07-29[ie/tiktok] Fix audio-only format extraction (#7712)bashonly
Closes #6608 Authored by: bashonly
2023-07-29[ie/LBRY] Fix original format extraction (#7711)bashonly
Authored by: bashonly
2023-07-29[ie/hotstar] Support `/clips/` URLs (#7710)bashonly
Closes #7699 Authored by: bashonly
2023-07-29[ie/Reddit] Fix thumbnail extractionbashonly
Authored by: bashonly
2023-07-29[ie/youtube] Add `player_params` extractor arg (#7719)coletdjnz
Authored by: coletdjnz
2023-07-28[networking] Remove dot segments during URL normalization (#7662)coletdjnz
This implements RFC3986 5.2.4 remove_dot_segments during the URL normalization process. Closes #3355, #6526 Authored by: coletdjnz
2023-07-28[ie/Wimbledon] Add extractor (#7551)nnoboa
Closes #7462 Authored by: nnoboa
2023-07-28[ie/MotorTrendOnDemand] Update `_VALID_URL` (#7683)Amirreza Aflakparast
Closes #7680 Authored by: AmirAflak
2023-07-27[networking] Ignore invalid proxies in env (#7704)coletdjnz
Authored by: coletdjnz
2023-07-27[ie/WrestleUniversePPV] Fix HLS AES key extractionbashonly
Fix bug in ef8fb7f029b816dfc95600727d84400591a3b5c5 Closes #7708 Authored by: bashonly
2023-07-24[test] Fix `httplib_validation_errors` test for old Python versions (#7677)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/7674 Authored by: coletdjnz
2023-07-24[ie] Extract subtitles from SMIL manifests (#7667)bashonly
Authored by: bashonly, pukkandan
2023-07-23[ie/triller] Fix unlisted video extraction (#7670)bashonly
Authored by: bashonly
2023-07-23[networking] Add strict Request extension checking (#7604)coletdjnz
Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2023-07-22[ie/PatreonCampaign] Fix extraction (#7664)bashonly
Authored by: bashonly
2023-07-22[compat] Ensure submodules are imported correctlypukkandan
Closes #7663
2023-07-22Fix e0c4db04dc82a699bdabd9821ddc239ebe17d30a for pypypukkandan
2023-07-22[ie/unsupported] List more sites with DRMpukkandan
Closes #7323, #3072, #5740, #5767, #6125
2023-07-22[cleanup] Misc fixespukkandan
Closes #7528
2023-07-22[compat] Add `types.NoneType`pukkandan
2023-07-22[extractor] Fix `--load-pages`pukkandan
2023-07-22[ie/generic] Fix generic title for embedspukkandan
Closes #7067
2023-07-22[outtmpl] Fix replacement for `playlist_index`pukkandan
2023-07-22[ie/abematv] Temporary fix for protocol handlerpukkandan
Closes #7622
2023-07-22[fd/external] Fix ffmpeg input from stdin (#7655)bashonly
Bugfix for 1ceb657bdd254ad961489e5060f2ccc7d556b729 Authored by: bashonly
2023-07-20[ie/crunchyroll] Remove initial state extraction (#7632)Simon Sawicki
Authored by: Grub4K
2023-07-20[ie/MuseAI] Add extractor (#7614)bashonly
Closes #7543 Authored by: bashonly
2023-07-20[ie/MagellanTV] Add extractor (#7616)bashonly
Closes #7529 Authored by: bashonly
2023-07-20[utils] Improve `parse_duration`bashonly
Authored by: bashonly
2023-07-20[networking] Fix `--legacy-server-connect` (#7645)bashonly
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4 Authored by: bashonly
2023-07-20[networking] Fix POST requests with zero-length payloads (#7648)bashonly
Bugfix for 227bf1a33be7b89cd7d44ad046844c4ccba104f4 Authored by: bashonly
2023-07-15[ie/twitter:spaces] Fix format protocol (#7550)bashonly
Closes #7536 Authored by: bashonly
2023-07-15[ie/facebook:reel] Fix extraction (#7564)Văn Anh
Closes #7469 Authored by: demon071, bashonly
2023-07-15[ie/pornhub] Update access cookies for UK (#7591)zhong-yiyu
Closes #7590 Authored by: zhong-yiyu
2023-07-15[fd/external] Fixes to cookie handlingbashonly
- 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
2023-07-15[core] Fix HTTP headers and cookie handlingbashonly
- 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
2023-07-16[cleanup] Add color to `download-archive` message (#5138)Aaruni Kaushik
Authored by: aaruni96, Grub4K, pukkandan Closes #4913
2023-07-15[build] Make sure deprecated modules are addedpukkandan
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz
Authored by: coletdjnz, pukkandan
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz
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
2023-07-15[networking] Add module (#2861)pukkandan
No actual changes - code is only moved around