diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-08 02:05:52 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-08 02:05:52 +0530 |
commit | 0e7f2c7b4d7141504bb900ebd93b8146dcebe009 (patch) | |
tree | 7b76d725bb1d21db0987ffe6961bb2e8f7629ed0 | |
parent | 1b77b347d422ed70fd833a9f0327ea418ba4919c (diff) |
Release 2021.01.07-22021.01.07-1
-rw-r--r-- | AUTHORS-Fork | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 16 |
3 files changed, 20 insertions, 5 deletions
diff --git a/AUTHORS-Fork b/AUTHORS-Fork index e14714348..b1bb14209 100644 --- a/AUTHORS-Fork +++ b/AUTHORS-Fork @@ -1,3 +1,8 @@ pukkandan h-h-h-h -pauldubois98
\ No newline at end of file +pauldubois98 +nixxo +GreyAlien502 +kyuyeunk +siikamiika +jbruchon
\ No newline at end of file @@ -1,5 +1,5 @@ all: youtube-dlc README.md CONTRIBUTING.md README.txt issuetemplates youtube-dlc.1 youtube-dlc.bash-completion youtube-dlc.zsh youtube-dlc.fish supportedsites -doc: youtube-dlc README.md CONTRIBUTING.md issuetemplates supportedsites +doc: README.md CONTRIBUTING.md issuetemplates supportedsites clean: rm -rf youtube-dlc.1.temp.md youtube-dlc.1 youtube-dlc.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dlc.tar.gz youtube-dlc.zsh youtube-dlc.fish youtube_dlc/extractor/lazy_extractors.py *.dump *.part* *.ytdl *.info.json *.mp4 *.m4a *.flv *.mp3 *.avi *.mkv *.webm *.3gp *.wav *.ape *.swf *.jpg *.png CONTRIBUTING.md.tmp youtube-dlc youtube-dlc.exe @@ -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). |