aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-08[build] Do not include `curl_cffi` in `macos_legacy` (#9653)bashonly
Authored by: bashonly
2024-04-08Add new option `--progress-delta` (#9082)Simon Sawicki
Authored by: Grub4K
2024-04-08[networking] Respect `SSLKEYLOGFILE` environment variable (#9543)luiso1979
Authored by: luiso1979
2024-04-08[docs] Various manpage fixesLeo Heitmann Ruiz
Authored by: leoheitmannruiz
2024-04-07[ie/jiosaavn] Support playlists (#9622)bashonly
Closes #9616 Authored by: bashonly
2024-04-07[ie/nhk] Fix NHK World extractors (#9623)bashonly
Closes #9513 Authored by: bashonly
2024-04-07[ie/patreon] Do not extract dead embed URLs (#9613)John Victor
Closes #8702 Authored by: johnvictorfs
2024-04-07[ie/tiktok] Restore `carrier_region` API parameter (#9637)bashonly
Avoids some geo-blocks Authored by: bashonly
2024-04-07[cookies] Add `--cookies-from-browser` support for Firefox Flatpak (#9619)Dmitry Meyer
Authored by: un-def
2024-04-06[ie/vkplay] Fix `_VALID_URL` (#9636)bashonly
Closes #9635 Authored by: bashonly
2024-04-06[ie/kick] Support browser impersonation (#9611)bashonly
Closes #6748 Authored by: bashonly
2024-04-06[ie/joqrag] Fix live status detection (#9624)Mozi
Authored by: pzhlkj6612
2024-04-06[ie/afreecatv] Overhaul extractor (#9566)Tomoka1
Closes #4592, Closes #8862, Closes #9544 Authored by: bashonly, Tomoka1 Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-04-06[ie/dropbox] Fix formats extraction (#9627)bashonly
Closes #9533 Authored by: bashonly
2024-04-06[ie/crunchyroll] Fix extractor (#9615)bytedream
Authored by: bytedream
2024-04-04[ie/afreecatv:live] Fix extractor (#9348)Dong Heon Hee
Closes #4466, Closes #9345 Authored by: hui1601
2024-04-04[ie/medici] Fix extractor (#9518)Offert4324
Closes #8813 Authored by: Offert4324
2024-04-03[ie/jiosaavn] Extract artists (#9612)bashonly
Closes #9607 Authored by: bashonly
2024-04-03[ie/jiosaavn] Fix format extensions (#9609)bashonly
Authored by: bashonly
2024-04-03[ie/mixch] Fix extractor (#9608)bashonly
Closes #9536 Authored by: bashonly, nipotan
2024-04-03Add option `--no-break-on-existing` (#9610)bashonly
Authored by: bashonly
2024-04-03[ie/cbc.ca:player] Support new URL format (#9561)trainman261
Closes #9534 Authored by: trainman261
2024-04-03[ie/Radio1Be] Add extractor (#9122)HobbyistDev
Closes #8707 Authored by: HobbyistDev
2024-04-03[ie/twitch] Extract AV1 and HEVC formats (#9158)Kacper Michajłow
Authored by: kasper93
2024-04-01[ie/mixch:archive] Fix extractor (#8761)Mozi
Closes #2373 Authored by: pzhlkj6612
2024-04-01[ie/asobistage] Add extractor (#8735)Mozi
Authored by: pzhlkj6612
2024-04-01[build] Print SHA sums to GHA logs (#9582)bashonly
Authored by: bashonly
2024-04-01[ie/soundcloud] Support cookies (#9586)bashonly
Closes #997 Authored by: bashonly
2024-04-01[ie/soundcloud] Support retries for API rate-limit (#9585)bashonly
Authored by: bashonly
2024-04-01[utils] `traverse_obj`: Convenience improvements (#9577)Simon Sawicki
Add support for: - `http.cookies.Morsel` - Multi type filters (`{type, type}`) Authored by: Grub4K
2024-04-01[cleanup] Standardize `import datetime as dt` (#8978)pukkandan
2024-04-01[ie, cleanup] No `from` stdlib imports in extractors (#8978)pukkandan
2024-04-01[ie/youtube] Calculate more accurate `filesize`pukkandan
YouTube provides slightly different duration for each format. Calculating file-size based on this duration instead of the video duration gives more accurate results. Ref: https://github.com/yt-dlp/yt-dlp/issues/1400#issuecomment-2007441207
2024-04-01[core] Fix `filesize_approx` calculation (#9560)sepro
Reverts 22e4dfacb61f62dfbb3eb41b31c7b69ba1059b80 Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec. Authored by: seproDev, pukkandan
2024-04-01[ie/youtube] Update `android` paramspukkandan
Discovered by LuanRT - https://github.com/LuanRT/YouTube.js/pull/624 Closes #9554
2024-03-31[ie/soundcloud] Adjust format sorting (#9584)bashonly
- Adapt to 86a972033e05fea80e5fe7f2aff6723dbe2f3952 Authored by: bashonly
2024-03-31Infer `acodec` for single-codec containerspukkandan
2024-03-30[ie] Add extractor impersonate API (#9474)bashonly
Authored by: bashonly, Grub4K, pukkandan
2024-03-30[ie/thisoldhouse] Support Brightcove embeds (#9576)bashonly
Closes #9570 Authored by: bashonly
2024-03-30[ie/tiktok] Prefer non-bytevc2 formats (#9575)bashonly
Closes #9567 Authored by: bashonly
2024-03-30[utils] `traverse_obj`: Allow unbranching using `all` and `any` (#9571)Simon Sawicki
Authored by: Grub4K
2024-03-30[test] `traversal`: Separate traversal tests (#9574)Simon Sawicki
Authored by: Grub4K
2024-03-29[build] Optional dependencies cleanup (#9550)bashonly
Authored by: bashonly
2024-03-29[ie/tiktok] Fix API extraction (#9548)bashonly
Closes #9506 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-03-29[fd/ffmpeg] Accept output args from info dict (#9278)bashonly
Authored by: bashonly
2024-03-23[rh:websockets] Workaround race condition causing issues on PyPy (#9514)coletdjnz
Authored by: coletdjnz
2024-03-22[ie/fathom] Add extractor (#9495)src-tinkerer
Closes #8541 Authored by: src-tinkerer
2024-03-22[ie/xvideos] Support new URL format (#9493) (#9502)sta1us
Closes #9493 Authored by: sta1us
2024-03-20[ie/box] Support URLs without file IDs (#9504)Shreyas Minocha
Authored by: shreyasminocha
2024-03-20[ie/sharepoint] Add extractor (#6531)Daniel Vogt
Authored by: C0D3D3V, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>