Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-10 | [ie/canalalpha] Fix extractor (#9675) | kclauhk | |
Authored by: kclauhk | |||
2024-05-10 | [ie/netease:program] Improve `--no-playlist` message (#9488) | Mozi | |
Authored by: pzhlkj6612 | |||
2024-05-08 | [ie/Qub] Fix extractor (#7019) | Alexandre Huot | |
Closes #4989 Authored by: alexhuot1, dirkf | |||
2024-05-08 | [ie/ZenYandex] Fix extractor (#9813) | src-tinkerer | |
Closes #9803 Authored by: src-tinkerer | |||
2024-05-08 | [ie/bilibili] Fix `--geo-verification-proxy` support (#9817) | fireattack | |
Closes #9797 Authored by: fireattack | |||
2024-05-08 | [ie/BilibiliSpaceVideo] Better error message (#9839) | fireattack | |
Closes #9528 Authored by: fireattack | |||
2024-05-08 | [ie/vk] Improve format extraction (#9885) | sepro | |
Closes #5675 Authored by: seproDev | |||
2024-05-08 | [ie/mixch] Extract comments (#9860) | Mozi | |
Authored by: pzhlkj6612 | |||
2024-05-08 | [ie/boosty] Add cookies support (#9522) | Rasmus Antons | |
Closes #9401 Authored by: RasmusAntons | |||
2024-05-05 | [ie/crunchyroll] Support browser impersonation (#9857) | bashonly | |
Closes #7442 Authored by: bashonly | |||
2024-05-05 | [ie/cbc.ca:player] Improve `_VALID_URL` (#9866) | Chris Caruso | |
Closes #9825 Authored by: carusocr | |||
2024-05-05 | [ie/youporn] Fix extractor (#8827) | The-MAGI | |
Closes #7967 Authored by: The-MAGI | |||
2024-05-05 | [core] Warn if lack of ffmpeg alters format selection (#9805) | sepro | |
Authored by: seproDev, pukkandan | |||
2024-05-04 | [networking] Add `extensions` attribute to `Response` (#9756) | bashonly | |
CurlCFFIRH now provides an `impersonate` field in its responses' extensions Authored by: bashonly | |||
2024-05-04 | [ie/patreon] Extract multiple embeds (#9850) | bashonly | |
Closes #9848 Authored by: bashonly | |||
2024-05-04 | [ie/crunchyroll] Always make metadata available (#9772) | bashonly | |
Closes #9750 Authored by: bashonly | |||
2024-05-04 | [ie/soundcloud] Extract `genres` (#9821) | bashonly | |
Authored by: bashonly | |||
2024-05-04 | [ie/wrestleuniverse] Avoid partial stream formats (#9800) | bashonly | |
Authored by: bashonly | |||
2024-04-28 | [build] Migrate `linux_exe` to static musl builds (#9811) | Simon Sawicki | |
Authored by: Grub4K, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> | |||
2024-04-28 | [build] Run `macos_legacy` job on `macos-12` (#9804) | bashonly | |
`macos-latest` has been bumped to `macos-14-arm64` which breaks the builds Authored by: bashonly | |||
2024-04-28 | [core/windows] Fix tests for `sys.executable` with spaces (Fix for ↵ | Simon Sawicki | |
64766459e37451b665c1464073c28361fbcf1c25) Authored by: Grub4K | |||
2024-04-27 | [core/windows] Improve shell quoting and tests (#9802) | Simon Sawicki | |
Authored by: Grub4K | |||
2024-04-22 | [ci] Fix `curl-cffi` installation (Bugfix for ↵ | bashonly | |
02483bea1c4dbe1bace8ca4d19700104fbb8a00f) Authored by: bashonly | |||
2024-04-21 | [ie/crunchyroll] Fix auth and remove cookies support (#9749) | bashonly | |
Closes #9745 Authored by: bashonly | |||
2024-04-21 | [ie/theatercomplextown] Fix extractors (#9754) | bashonly | |
Authored by: bashonly | |||
2024-04-21 | [ie] Make `_search_nextjs_data` non fatal (#8937) | Simon Sawicki | |
Authored by: Grub4K | |||
2024-04-20 | [ie/facebook] Fix DASH formats extraction (#9734) | bashonly | |
Closes #9720 Authored by: bashonly | |||
2024-04-18 | [ie/patreon] Fix Vimeo embed extraction (#9712) | bashonly | |
Fixes regression in 36b240f9a72af57eb2c9d927ebb7fd1c917ebf18 Closes #9709 Authored by: bashonly | |||
2024-04-18 | [build] Normalize `curl_cffi` group to `curl-cffi` (#9698) | bashonly | |
Closes #9682 Authored by: bashonly | |||
2024-04-13 | [ie/afreecatv:live] Add `cdn` extractor-arg (#9666) | bashonly | |
Closes #6497 Authored by: bashonly | |||
2024-04-13 | [ie/jiosaavn] Extract via API and fix playlists (#9656) | bashonly | |
Closes #9648 Authored by: bashonly | |||
2024-04-09 | Release 2024.04.092024.04.09 | github-actions[bot] | |
Created by: Grub4K :ci skip all :ci run dl | |||
2024-04-09 | [core] Prevent RCE when using `--exec` with `%q` (CVE-2024-22423) | Simon Sawicki | |
The shell escape function now properly escapes `%`, `\\` and `\n`. `utils.Popen` as well as `%q` output template expansion have been patched accordingly. Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-hjq6-52gw-2g7p for more details. Authored by: Grub4K | |||
2024-04-09 | [cleanup] Misc (#9426) | bashonly | |
Authored by: bashonly, pukkandan | |||
2024-04-08 | [build] Do not include `curl_cffi` in `macos_legacy` (#9653) | bashonly | |
Authored by: bashonly | |||
2024-04-08 | Add 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 fixes | Leo 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 |