Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-12 | [DRTV] Improve `_VALID_URL` (#3708) | Filip Hedman | |
Authored by: vertan | |||
2022-05-12 | [cookies] Throttle progress-bar | pukkandan | |
Closes #3710 | |||
2022-05-11 | [extractor] Document netrc machines | pukkandan | |
Closes #3169 | |||
2022-05-11 | [FixupM3u8] Obey `--hls-prefer-mpegts` | pukkandan | |
Closes #3697 | |||
2022-05-11 | Fix `--date today` | pukkandan | |
Closes #3704 | |||
2022-05-11 | Show name of downloader in verbose log | pukkandan | |
Closes #3703 | |||
2022-05-11 | [cookies] Allow `cookiefile` to be a text stream | pukkandan | |
Closes #3674 | |||
2022-05-10 | Bugfix for 59f943cd5097e9bdbc3cb3e6b5675e43d369341a | pukkandan | |
Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597 | |||
2022-05-09 | [cleanup] Minor fixes (See desc) | pukkandan | |
* [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup | |||
2022-05-09 | [toggo] Improve `_VALID_URL` (#3689) | ca-za | |
Authored by: ca-za | |||
2022-05-09 | [wistia] Fix `_VALID_URL` | pukkandan | |
Closes #2866 Authored by: dirkf | |||
2022-05-07 | [Jamendo] Extract more metadata (#3672) | Evan Spensley | |
Authored by: evansp | |||
2022-05-07 | Run `FFmpegFixupM3u8PP` for live-streams if needed | pukkandan | |
Closes #3669 | |||
2022-05-07 | [kaltura] Update API calls (#3657) | MMM | |
Authored by: flashdagger | |||
2022-05-08 | [radiko] Fix extractor (#3655) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-05-07 | Remove warning for videos with an empty title | pukkandan | |
2022-05-07 | [toggo] Fix `_VALID_URL` | pukkandan | |
Closes #2610 | |||
2022-05-07 | Allow use of weaker ciphers with `--legacy-server-connect` | pukkandan | |
Closes #2043 | |||
2022-05-07 | [cleanup, zingmp3] Refactor extractors | pukkandan | |
2022-05-07 | [ruutu] Support hs.fi embeds (#3547) | Teemu Ikonen | |
Authored by: tpikonen, pukkandan | |||
2022-05-07 | [cleanup, tmz] Update tests (#3654) | diegorodriguezv | |
Authored by: diegorodriguezv | |||
2022-05-07 | [ZingMp3] Add chart and user extractors (#3423) | Ha Tien Loi | |
Authored by: hatienl0i261299 | |||
2022-05-07 | [gronkh] Add playlist extractors (#3337) | Ha Tien Loi | |
Closes #3300 Authored by: hatienl0i261299 | |||
2022-05-07 | [youtube] Deprioritize format 22 | pukkandan | |
Reduces chance of encountering #3372 | |||
2022-05-05 | [VideocampusSachsen] Improve extractor (#3604) | FestplattenSchnitzel | |
Authored by: FestplattenSchnitzel | |||
2022-05-04 | [iwara] Add playlist extractors (#3639) | i6t | |
Authored by: i6t | |||
2022-05-04 | [KhanAcademy] Fix extractor (#3462) | rand-net | |
Authored by: rand-net | |||
2022-05-04 | [TVer] Improve extraction (#3634) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-05-04 | [Likee] Add extractor (#3625) | Ha Tien Loi | |
Closes #3603 Authored by: hatienl0i261299 | |||
2022-05-04 | [Fifa] Sort formats | pukkandan | |
Closes #3632 | |||
2022-05-02 | [masters] Add extractor (#3358) | m4tu4g | |
Closes #3240 Authored by: m4tu4g | |||
2022-05-02 | [Fifa] Add Extractor (#3414) | Bricio | |
Closes #3408 Authored by: Bricio | |||
2022-05-02 | [trovo] Update to new API (#3509) | nyuszika7h | |
Closes #3457 Authored by: nyuszika7h | |||
2022-05-02 | Add support for SSL client certificate authentication (#3435) | coletdev | |
Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||
2022-05-01 | Fix redirect HTTP method handling (#3577) | coletdev | |
Authored by: coletdjnz | |||
2022-05-01 | [BilibiliLive] Add extractor (#3406) | HE7086 | |
Authored by: HE7086, pukkandan | |||
2022-05-02 | [hls] Fix unapplied byte_range for EXT-X-MAP fragment | felix | |
Cherry-picked from #3302 Authored by: fstirlitz | |||
2022-05-01 | [LCI] Fix extractor (#3534) | Marwen Dallel | |
Authored by: MarwenDallel | |||
2022-05-01 | [utils] `locked_file`: Ignore illegal seek on `truncate` (#3610) | Justin Keogh | |
Closes #3557 Authored by: jakeogh | |||
2022-05-01 | [youtube] Add YoutubeStoriesIE (#3362) | coletdev | |
Get channel stories with `ytstories:<channel UCID>` Authored-by: coletdjnz | |||
2022-05-01 | [cleanup] Misc fixes (see desc) | pukkandan | |
* Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597 | |||
2022-05-01 | [XAttrMetadata] Refactor and document dependencies | pukkandan | |
2022-05-01 | [EmbedThumbnail] Do not obey `-k` | pukkandan | |
2022-05-01 | [utils] YoutubeDLCookieJar: Detect and reject JSON file (#3599) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-04-29 | [reddit] Prevent infinite loop | pukkandan | |
Closes #3588 | |||
2022-04-29 | [youtube] De-prioritize auto-generated thumbnails | pukkandan | |
Closes #3112 | |||
2022-04-29 | [cleanup] Misc fixes | pukkandan | |
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364 | |||
2022-04-29 | [doc] Minor improvements | pukkandan | |
Closes #3518, Closes #3560 | |||
2022-04-28 | [build] Fix `--onedir` on macOS | pukkandan | |
Closes #3584 | |||
2022-04-28 | `--match-filter -` to interactively ask for each video | pukkandan | |