Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-23 | Fix external downloader availability when using `--ffmpeg-location` (#12318) | Kenshin9977 | |
This fix is only applicable to the CLI option Authored by: Kenshin9977 | |||
2025-02-23 | Fix lazy extractor state (Fix 4445f37a7a66b248dbd8376c43137e6e441f138e) (#12452) | Simon Sawicki | |
Authored by: coletdjnz, Grub4K, pukkandan | |||
2025-02-23 | [ie/instagram] Improve error handling (#12410) | bashonly | |
Closes #5967, Closes #6294, Closes #7328, Closes #8452 Authored by: bashonly | |||
2025-02-23 | [ie/instagram] Fix extraction of older private posts (#12451) | bashonly | |
Authored by: bashonly | |||
2025-02-23 | [ie/instagram] Add `app_id` extractor-arg (#12359) | Chris Ellsworth | |
Authored by: chrisellsworth | |||
2025-02-23 | [ie/instagram:story] Support `--no-playlist` (#12397) | fireattack | |
Closes #12395 Authored by: fireattack | |||
2025-02-23 | [ie/tiktok] Improve error handling (#12445) | bashonly | |
Closes #8678 Authored by: bashonly | |||
2025-02-23 | [ie/soundcloud] Fix thumbnail extraction (#12447) | bashonly | |
Closes #11835, Closes #12435 Authored by: bashonly | |||
2025-02-23 | [ie/wsj] Support opinion URLs and impersonation (#12431) | Refael Ackermann | |
Authored by: refack | |||
2025-02-23 | [core] Load plugins on demand (#11305) | coletdjnz | |
- Adds `--no-plugin-dirs` to disable plugin loading - `--plugin-dirs` now supports post-processors Authored by: coletdjnz, Grub4K, pukkandan | |||
2025-02-21 | [ie/BunnyCdn] Add extractor (#11586) | sepro | |
Also adds BunnyCdnFD Authored by: seproDev, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||
2025-02-21 | [test] Show all differences for `expect_value` and `expect_dict` (#12334) | Simon Sawicki | |
Authored by: Grub4K | |||
2025-02-20 | [core] Support emitting ConEmu progress codes (#10649) | Simon Sawicki | |
Authored by: Grub4K | |||
2025-02-20 | [ie/soundcloud] Extract tags (#12420) | bashonly | |
Authored by: bashonly | |||
2025-02-20 | [ie/niconico:live] Fix thumbnail extraction (#12419) | bashonly | |
Closes #12417 Authored by: bashonly | |||
2025-02-19 | Release 2025.02.192025.02.19 | github-actions[bot] | |
Created by: bashonly :ci skip all | |||
2025-02-19 | [cleanup] Misc (#12238) | bashonly | |
Authored by: StefanLobbenmeier, dirkf, Grub4K Co-authored-by: Stefan Lobbenmeier <Stefan.Lobbenmeier@gmail.com> Co-authored-by: dirkf <fieldhouse@gmx.net> Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||
2025-02-19 | [docs] Add note to `supportedsites.md` (#12382) | sepro | |
Authored by: seproDev | |||
2025-02-19 | [fd/hls] Support `--write-pages` for m3u8 media playlists (#12333) | bashonly | |
Authored by: bashonly | |||
2025-02-19 | [ie/gem.cbc.ca] Fix extractors (#12404) | bashonly | |
Does not fix broken login support Closes #11848 Authored by: bashonly, dirkf Co-authored-by: dirkf <fieldhouse@gmx.net> | |||
2025-02-19 | [ie/youtube] Retry on more critical requests (#12339) | coletdjnz | |
Authored by: coletdjnz | |||
2025-02-19 | [ie/francetvinfo.fr] Fix extractor (#12402) | bashonly | |
Closes #12366 Authored by: bashonly | |||
2025-02-19 | [ie/youtube] nsig workaround for `tce` player JS (#12401) | bashonly | |
Closes #12398 Authored by: bashonly | |||
2025-02-19 | [ie/3sat] Fix extractor (#12403) | bashonly | |
Fix 241ace4f104d50fdf7638f9203927aefcf57a1f7 Closes #12391 Authored by: bashonly | |||
2025-02-11 | [ie/reddit] Bypass gated subreddit warning (#12335) | bashonly | |
Closes #12331 Authored by: bashonly | |||
2025-02-11 | [ie/Digiview] Add extractor (#9902) | Laurent FAVOLE | |
Authored by: lfavole | |||
2025-02-11 | [misc] Clarify that the issue template cannot be removed (#12332) | bashonly | |
Fix 517ddf3c3f12560ab93e3d36244dc82db9f97818 Authored by: bashonly | |||
2025-02-10 | [test:download] Validate and sort info dict fields (#12299) | Mozi | |
Authored by: pzhlkj6612, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> | |||
2025-02-10 | [fd/hls] Support `hls_media_playlist_data` format field (#12322) | bashonly | |
Authored by: bashonly | |||
2025-02-10 | [ie/twitter] Fix syndication token generation (#12107) | Patrick Robertson | |
Authored by: pjrobertson, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz> | |||
2025-02-09 | [jsinterp] Improve zeroise (#12313) | sepro | |
Authored by: seproDev | |||
2025-02-09 | [ie/zdf] Extract more metadata (#9565) | Stefan Lobbenmeier | |
Closes #9564 Authored by: StefanLobbenmeier | |||
2025-02-09 | [ie/francetv:site] Fix livestream extraction (#12316) | bashonly | |
Closes #12310 Authored by: bashonly | |||
2025-02-08 | [ie/generic] Extract `live_status` for DASH manifest URLs (#12256) | Julien Valentin | |
* Also removes the content-type check for dash+xml/mpd. This was added in cf1f13b817d88eb7d4b449f20cbad3215030e35f, but is a no-op since the regex pattern was never changed accordingly. And it looks like it was unwanted anyways per 28ad7df65ddb78c16ac008886d14ae2914aea6be Closes #12255 Authored by: mp3butcher | |||
2025-02-08 | [fd/hls] Fix `BYTERANGE` logic (#11972) | entourage8 | |
Closes #3578, Closes #3810, Closes #9400 Authored by: entourage8 | |||
2025-02-08 | [jsinterp] Add `js_number_to_string` (#12110) | Simon Sawicki | |
Authored by: Grub4K | |||
2025-02-08 | [misc] Improve Issue/PR templates (#11499) | sepro | |
Authored by: seproDev | |||
2025-01-30 | [ie/cwtv:movie] Add extractor (#12227) | bashonly | |
Closes #12113 Authored by: bashonly | |||
2025-01-29 | [ie/globo] Fix extractor (#11795) | dove | |
Closes #9512, Closes #11541, Closes #11772 Authored by: slipinthedove, YoshiTabletopGamer Co-authored-by: YoshiTabletopGamer <88633614+YoshiTabletopGamer@users.noreply.github.com> | |||
2025-01-29 | [ie/goplay] Fix extractor (#12237) | alard | |
Authored by: alard | |||
2025-01-29 | [ie/francetv:site] Fix extractor (#12236) | bashonly | |
Closes #12209 Authored by: bashonly | |||
2025-01-29 | [ie/dropbox] Fix extraction (#12228) | bashonly | |
Closes #12109 Authored by: bashonly | |||
2025-01-28 | [ie/acast] Support shows.acast.com URLs (#12223) | barsnick | |
Authored by: barsnick | |||
2025-01-28 | [ie/pbs] Support www.thirteen.org URLs (#11191) | Roland Hieber | |
Authored by: rohieb | |||
2025-01-28 | [ie/cwtv] Fix extractor (#12207) | arantius | |
Closes #12108 Authored by: arantius | |||
2025-01-26 | Release 2025.01.262025.01.26 | github-actions[bot] | |
Created by: bashonly :ci skip all | |||
2025-01-26 | [cleanup] Misc (#12194) | sepro | |
Closes #12098, Closes #12133 Authored by: seproDev, bashonly, lonble, pjrobertson Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: Lonble <74650029+lonble@users.noreply.github.com> Co-authored-by: Patrick Robertson <robertson.patrick@gmail.com> | |||
2025-01-26 | [ie/youtube] Extract `media_type` for livestreams (#11605) | nosoop | |
Closes #11563 Authored by: nosoop | |||
2025-01-26 | [ie/ViMP:Playlist] Add support for tags (#11688) | FestplattenSchnitzel | |
Authored by: FestplattenSchnitzel | |||
2025-01-26 | [ie/TheaterComplexTownPPV] Support `live` URLs (#11720) | bashonly | |
Closes #11718 Authored by: bashonly |