diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,5 +1,5 @@ -[](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3ACI) -[](https://github.com/pukkandan/yt-dlc/releases/latest) +[](https://github.com/pukkandan/yt-dlc/actions?query=workflow%3ACI) +[](https://github.com/pukkandan/yt-dlc/releases/latest) [](https://github.com/pukkandan/yt-dlc/blob/master/LICENSE) youtube-dlc - download videos from youtube.com and many other [video platforms](docs/supportedsites.md) @@ -58,7 +58,7 @@ See [commits](https://github.com/pukkandan/yt-dlc/commits) for more details * Added `--list-formats-as-table`, `--list-formats-old` * **Negative Options:** Makes it possible to negate boolean options by adding a `no-` to the switch * Added `--no-ignore-dynamic-mpd`, `--no-allow-dynamic-mpd`, `--allow-dynamic-mpd`, `--youtube-include-hls-manifest`, `--no-youtube-include-hls-manifest`, `--no-youtube-skip-hls-manifest`, `--no-download`, `--no-download-archive`, `--resize-buffer`, `--part`, `--mtime`, `--no-keep-fragments`, `--no-cookies`, `--no-write-annotations`, `--no-write-info-json`, `--no-write-description`, `--no-write-thumbnail`, `--youtube-include-dash-manifest`, `--post-overwrites`, `--no-keep-video`, `--no-embed-subs`, `--no-embed-thumbnail`, `--no-add-metadata`, `--no-include-ads`, `--no-write-sub`, `--no-write-auto-sub`, `--no-playlist-reverse`, `--no-restrict-filenames`, `--youtube-include-dash-manifest`, `--no-format-sort-force`, `--flat-videos`, `--no-list-formats-as-table`, `--no-sponskrub`, `--no-sponskrub-cut`, `--no-sponskrub-force` - * Renamed: `--write-subs`, --no-write-subs`, `--no-write-auto-subs, `--write-auto-subs`. Note that these can still be used without the ending "s" + * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s" * Relaxed validation for format filters so that any arbitrary field can be used * Fix for embedding thumbnail in mp3 by @pauldubois98 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix @@ -80,6 +80,16 @@ See [commits](https://github.com/pukkandan/yt-dlc/commits) for more details * Added `duration_string` to be used in `--output` * Created First Release +### 2021.01.07-2 +* [Akamai] fix by @nixxo +* [Tiktok] fix extractor by @GreyAlien502 +* [vlive] add support for playlists by @kyuyeunk +* [youtube_live_chat] make sure playerOffsetMs is positive by @siikamiika +* Ignore extra data streams in ffmpeg by @jbruchon +* Allow passing different arguments to different postprocessors using `--postprocessor-args` +* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"` + + # INSTALLATION To use the latest version, simply download and run the [latest release](https://github.com/pukkandan/yt-dlc/releases/latest). |