]> jfr.im git - yt-dlp.git/blame - Changelog.md
Release 2021.01.10
[yt-dlp.git] / Changelog.md
CommitLineData
034b6215 1# Changelog
2
4084f235 3<!--
4# Instuctions for creating release
5
6* Run `make doc`
b2f70ae7 7* Update Changelog.md and Authors-Fork
8* Commit to master as `Release <version>`
4084f235 9* Push to origin/release - build task will now run
b2f70ae7 10* Update version.py and run `make issuetemplates`
4084f235 11* Commit to master as `[version] update`
12* Push to origin/master
13
14-->
15
65156eba 16### 2020.01.10
17* [archive.org] Fix extractor and add support for audio and playlists by @wporr
18* [Animelab] Added by @mariuszskon
19* [youtube:search] Fix view_count by @ohnonot
20* [youtube] Show if video is embeddable in info
21* Update version badge automatically in README
22* Enable `test_youtube_search_matching`
23* Create `to_screen` and similar functions in postprocessor/common
24
4084f235 25### 2020.01.09
26* [youtube] Fix bug in automatic caption extraction
27* Add `post_hooks` to YoutubeDL by @alexmerkel
28* Batch file enumeration improvements by @glenn-slayden
65156eba 29* Stop immediately when reaching `--max-downloads` by @glenn-slayden
4084f235 30* Fix incorrect ANSI sequence for restoring console-window title by @glenn-slayden
31* Kill child processes when yt-dlc is killed by @Unrud
034b6215 32
e5bc03a6 33### 2020.01.08
34* **Merge youtube-dl:** Upto [2020.01.08](https://github.com/ytdl-org/youtube-dl/commit/bf6a74c620bd4d5726503c5302906bb36b009026)
35 * Extractor stitcher ([1](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc), [2](https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f)) have not been merged
36* Moved changelog to seperate file
37
034b6215 38### 2021.01.07-1
39* [Akamai] fix by @nixxo
40* [Tiktok] merge youtube-dl tiktok extractor by @GreyAlien502
41* [vlive] add support for playlists by @kyuyeunk
42* [youtube_live_chat] make sure playerOffsetMs is positive by @siikamiika
43* Ignore extra data streams in ffmpeg by @jbruchon
44* Allow passing different arguments to different postprocessors using `--postprocessor-args`
45* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
46* [CI] Split tests into core-test and full-test
47
48### 2021.01.07
49* Removed priority of `av01` codec in `-S` since most devices don't support it yet
50* Added `duration_string` to be used in `--output`
51* Created First Release
52
53### 2021.01.05-1
54* **Changed defaults:**
55 * Enabled `--ignore`
56 * Disabled `--video-multistreams` and `--audio-multistreams`
57 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
58 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
59 * Changed `webm` to be more preferable than `flv` in format sorting
60 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
61 * Enabled `--list-formats-as-table`
62
63### 2021.01.05
64* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
65* **Format Selection:** See [Format Selection](README.md#format-selection) for details
66 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
67 * Changed video format sorting to show video only files and video+audio files together.
68 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
69 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
70* **Shortcut Options:** Added `--write-link`, `--write-url-link`, `--write-webloc-link`, `--write-desktop-link` by @h-h-h-h - See [Internet Shortcut Options]README.md(#internet-shortcut-options) for details
71* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-options-sponsorblock) for details
72* Added `--force-download-archive` (`--force-write-archive`) by by h-h-h-h
73* Added `--list-formats-as-table`, `--list-formats-old`
74* **Negative Options:** Makes it possible to negate boolean options by adding a `no-` to the switch
75 * 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`
76 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
77* Relaxed validation for format filters so that any arbitrary field can be used
78* Fix for embedding thumbnail in mp3 by @pauldubois98
79* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
80* **Merge youtube-dl:** Upto [2020.01.03](https://github.com/ytdl-org/youtube-dl/commit/8e953dcbb10a1a42f4e12e4e132657cb0100a1f8) - See [blackjack4494/yt-dlc#280](https://github.com/blackjack4494/yt-dlc/pull/280) for details
81 * Extractors [tiktok](https://github.com/ytdl-org/youtube-dl/commit/fb626c05867deab04425bad0c0b16b55473841a2) and [hotstar](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc) have not been merged
82* Cleaned up the fork for public use