]> jfr.im git - yt-dlp.git/blob - Changelog.md
[version] update
[yt-dlp.git] / Changelog.md
1 # Changelog
2
3 <!--
4 # Instuctions for creating release
5
6 * Run `make doc`
7 * Update Changelog.md and Authors-Fork
8 * Commit to master as `Release <version>`
9 * Push to origin/release - build task will now run
10 * Update version.py and run `make issuetemplates`
11 * Commit to master as `[version] update :skip ci all`
12 * Push to origin/master
13 * Update changelog in /releases
14
15 -->
16
17
18 ### 2021.01.20
19 * [TrovoLive] Add extractor (only VODs)
20 * [pokemon] Add `/#/player` URLs
21 * Improved parsing of multiple postprocessor-args, add `--ppa` as alias
22 * [EmbedThumbnail] Simplify embedding in mkv
23 * [sponskrub] Encode filenames correctly, better debug output and error message
24 * [readme] Cleanup options
25
26
27 ### 2021.01.16
28 * **Merge youtube-dl:** Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
29 * **Configuration files:**
30 * Portable configuration file: `./yt-dlp.conf`
31 * Allow the configuration files to be named `yt-dlp` instead of `youtube-dlc`. See [this](https://github.com/pukkandan/yt-dlp#configuration) for details
32 * Add PyPI release
33
34
35 ### 2021.01.14
36 * Added option `--break-on-reject`
37 * [roosterteeth.com] Fix for bonus episodes by @Zocker1999NET
38 * [tiktok] Fix for when share_info is empty
39 * [EmbedThumbnail] Fix bug due to incorrect function name
40 * [documentation] Changed sponskrub links to point to [pukkandan/sponskrub](https://github.com/pukkandan/SponSkrub) since I am now providing both linux and windows releases
41 * [documentation] Change all links to correctly point to new fork URL
42 * [documentation] Fixes typos
43
44
45 ### 2021.01.12
46 * [roosterteeth.com] Add subtitle support by @samiksome
47 * Added `--force-overwrites`, `--no-force-overwrites` by @alxnull
48 * Changed fork name to `yt-dlp`
49 * Fix typos by @FelixFrog
50 * [ci] Option to skip
51 * [changelog] Added unreleased changes in blackjack4494/yt-dlc
52
53
54 ### 2021.01.10
55 * [archive.org] Fix extractor and add support for audio and playlists by @wporr
56 * [Animelab] Added by @mariuszskon
57 * [youtube:search] Fix view_count by @ohnonot
58 * [youtube] Show if video is embeddable in info
59 * Update version badge automatically in README
60 * Enable `test_youtube_search_matching`
61 * Create `to_screen` and similar functions in postprocessor/common
62
63
64 ### 2021.01.09
65 * [youtube] Fix bug in automatic caption extraction
66 * Add `post_hooks` to YoutubeDL by @alexmerkel
67 * Batch file enumeration improvements by @glenn-slayden
68 * Stop immediately when reaching `--max-downloads` by @glenn-slayden
69 * Fix incorrect ANSI sequence for restoring console-window title by @glenn-slayden
70 * Kill child processes when yt-dlc is killed by @Unrud
71
72
73 ### 2021.01.08
74 * **Merge youtube-dl:** Upto [2021.01.08](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08)
75 * 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
76 * Moved changelog to seperate file
77
78
79 ### 2021.01.07-1
80 * [Akamai] fix by @nixxo
81 * [Tiktok] merge youtube-dl tiktok extractor by @GreyAlien502
82 * [vlive] add support for playlists by @kyuyeunk
83 * [youtube_live_chat] make sure playerOffsetMs is positive by @siikamiika
84 * Ignore extra data streams in ffmpeg by @jbruchon
85 * Allow passing different arguments to different postprocessors using `--postprocessor-args`
86 * Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
87 * [CI] Split tests into core-test and full-test
88
89
90 ### 2021.01.07
91 * Removed priority of `av01` codec in `-S` since most devices don't support it yet
92 * Added `duration_string` to be used in `--output`
93 * Created First Release
94
95
96 ### 2021.01.05-1
97 * **Changed defaults:**
98 * Enabled `--ignore`
99 * Disabled `--video-multistreams` and `--audio-multistreams`
100 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
101 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
102 * Changed `webm` to be more preferable than `flv` in format sorting
103 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
104 * Enabled `--list-formats-as-table`
105
106
107 ### 2021.01.05
108 * **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
109 * **Format Selection:** See [Format Selection](README.md#format-selection) for details
110 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
111 * Changed video format sorting to show video only files and video+audio files together.
112 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
113 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
114 * **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
115 * **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-options-sponsorblock) for details
116 * Added `--force-download-archive` (`--force-write-archive`) by @h-h-h-h
117 * Added `--list-formats-as-table`, `--list-formats-old`
118 * **Negative Options:** Makes it possible to negate most boolean options by adding a `no-` to the switch. Usefull when you want to reverse an option that is defined in a config file
119 * 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`
120 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
121 * Relaxed validation for format filters so that any arbitrary field can be used
122 * Fix for embedding thumbnail in mp3 by @pauldubois98
123 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
124 * **Merge youtube-dl:** Upto [2021.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
125 * 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
126 * Cleaned up the fork for public use
127
128
129 ### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
130 * Updated to youtube-dl release 2020.11.26
131 * [youtube]
132 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
133 * Fix ytsearch not returning results sometimes due to promoted content
134 * Temporary fix for automatic captions - disable json3
135 * Fix some improper Youtube URLs
136 * Redirect channel home to /video
137 * Print youtube's warning message
138 * Multiple pages are handled better for feeds
139 * Add --break-on-existing by @gergesh
140 * Pre-check video IDs in the archive before downloading
141 * [bitwave.tv] New extractor
142 * [Gedi] Add extractor
143 * [Rcs] Add new extractor
144 * [skyit] Add support for multiple Sky Italia website and removed old skyitalia extractor
145 * [france.tv] Fix thumbnail URL
146 * [ina] support mobile links
147 * [instagram] Fix extractor
148 * [itv] BTCC new pages' URL update (articles instead of races)
149 * [SouthparkDe] Support for English URLs
150 * [spreaker] fix SpreakerShowIE test URL
151 * [Vlive] Fix playlist handling when downloading a channel
152 * [generic] Detect embedded bitchute videos
153 * [generic] Extract embedded youtube and twitter videos
154 * [ffmpeg] Ensure all streams are copied
155 * Fix for os.rename error when embedding thumbnail to video in a different drive
156 * make_win.bat: don't use UPX to pack vcruntime140.dll