]> jfr.im git - yt-dlp.git/blob - Changelog.md
[documentation] Improvements
[yt-dlp.git] / Changelog.md
1 # Changelog
2
3 <!--
4 # Instuctions for creating release
5
6 * Run `make doc`
7 * Update Changelog.md and CONTRIBUTORS
8 * Change "Merged with ytdl" version in Readme.md if needed
9 * Add new/fixed extractors in "new features" section of Readme.md
10 * Commit to master as `Release <version>`
11 * Push to origin/release using `git push origin master:release`
12 build task will now run
13 * Update version.py using devscripts\update-version.py
14 * Run `make issuetemplates`
15 * Commit to master as `[version] update :ci skip all`
16 * Push to origin/master
17 * Update changelog in /releases
18
19 -->
20
21
22 ### 2021.04.03
23 * Merge youtube-dl: Upto [commit/654b4f4](https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a)
24 * Ability to set a specific field in the file's metadata using `--parse-metadata`
25 * Ability to select n'th best format like `-f bv*.2`
26 * [DiscoveryPlus] Add discoveryplus.in
27 * [la7] Add podcasts and podcast playlists by [nixxo](https://github.com/nixxo)
28 * [mildom] Update extractor with current proxy by [nao20010128nao](https://github.com/nao20010128nao)
29 * [ard:mediathek] Fix video id extraction
30 * [generic] Detect Invidious' link element
31 * [youtube] Show premium state in `availability` by [colethedj](https://github.com/colethedj)
32 * [viewsource] Add extractor to handle `view-source:`
33 * [sponskrub] Run before embedding thumbnail
34 * [documentation] Improve `--parse-metadata` documentation
35
36
37 ### 2021.03.24.1
38 * Revert [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
39
40 ### 2021.03.24
41 * Merge youtube-dl: Upto 2021.03.25 ([commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf))
42 * Parse metadata from multiple fields using `--parse-metadata`
43 * Ability to load playlist infojson using `--load-info-json`
44 * Write current epoch to infojson when using `--no-clean-infojson`
45 * [youtube_live_chat] fix bug when trying to set cookies
46 * [niconico] Fix for when logged in by [CXwudi](https://github.com/CXwudi) and [xtkoba](https://github.com/xtkoba)
47 * [linuxacadamy] Fix login
48
49
50 ### 2021.03.21
51 * Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
52 * Option `--no-clean-infojson` to keep private keys in the infojson
53 * [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
54 * [aria2c] Better default arguments
55 * [movefiles] Fix bugs and make more robust
56 * [formatSort] Fix `quality` being ignored
57 * [splitchapters] Fix for older ffmpeg
58 * [sponskrub] Pass proxy to sponskrub
59 * Make sure `post_hook` gets the final filename
60 * Recursively remove any private keys from infojson
61 * Embed video URL metadata inside `mp4` by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
62 * Merge `webm` formats into `mkv` if thumbnails are to be embedded by [damianoamatruda](https://github.com/damianoamatruda)
63 * Use headers and cookies when downloading subtitles by [damianoamatruda](https://github.com/damianoamatruda)
64 * Parse resolution in info dictionary by [damianoamatruda](https://github.com/damianoamatruda)
65 * More consistent warning messages by [damianoamatruda](https://github.com/damianoamatruda) and [pukkandan](https://github.com/pukkandan)
66 * [documentation] Add deprecated options and aliases in readme
67 * [documentation] Fix some minor mistakes
68
69 * [niconico] Partial fix adapted from [animelover1984/youtube-dl@b5eff52](https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade) (login and smile formats still don't work)
70 * [niconico] Add user extractor by [animelover1984](https://github.com/animelover1984)
71 * [bilibili] Add anthology support by [animelover1984](https://github.com/animelover1984)
72 * [amcnetworks] Fix extractor by [2ShedsJackson](https://github.com/2ShedsJackson)
73 * [stitcher] Merge from youtube-dl by [nixxo](https://github.com/nixxo)
74 * [rcs] Improved extraction by [nixxo](https://github.com/nixxo)
75 * [linuxacadamy] Improve regex
76 * [youtube] Show if video is `private`, `unlisted` etc in info (`availability`) by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan)
77 * [youtube] bugfix for channel playlist extraction
78 * [nbc] Improve metadata extraction by [2ShedsJackson](https://github.com/2ShedsJackson)
79
80
81 ### 2021.03.15
82 * **Split video by chapters**: using option `--split-chapters`
83 * The output file of the split files can be set with `-o`/`-P` using the prefix `chapter:`
84 * Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
85 * **Parallel fragment downloads** by [shirt](https://github.com/shirt-dev)
86 * Use option `--concurrent-fragments` (`-N`) to set the number of threads (default 1)
87 * Merge youtube-dl: Upto [commit/3be0980](https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea)
88 * [zee5] Add Show Extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
89 * [rai] fix drm check [nixxo](https://github.com/nixxo)
90 * [wimtv] Add extractor by [nixxo](https://github.com/nixxo)
91 * [mtv] Add mtv.it and extract series metadata by [nixxo](https://github.com/nixxo)
92 * [pluto.tv] Add extractor by [kevinoconnor7](https://github.com/kevinoconnor7)
93 * [youtube] Rewrite comment extraction by [colethedj](https://github.com/colethedj)
94 * [embedthumbnail] Set mtime correctly
95 * Refactor some postprocessor/downloader code by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
96
97
98 ### 2021.03.07
99 * [youtube] Fix history, mixes, community pages and trending by [pukkandan](https://github.com/pukkandan) and [colethedj](https://github.com/colethedj)
100 * [youtube] Fix private feeds/playlists on multi-channel accounts by [colethedj](https://github.com/colethedj)
101 * [youtube] Extract alerts from continuation by [colethedj](https://github.com/colethedj)
102 * [cbs] Add support for ParamountPlus by [shirt](https://github.com/shirt-dev)
103 * [mxplayer] Rewrite extractor with show support by [pukkandan](https://github.com/pukkandan) and [Ashish0804](https://github.com/Ashish0804)
104 * [gedi] Improvements from youtube-dl by [nixxo](https://github.com/nixxo)
105 * [vimeo] Fix videos with password by [teesid](https://github.com/teesid)
106 * [lbry] Support `lbry://` url by [nixxo](https://github.com/nixxo)
107 * [bilibili] Change `Accept` header by [pukkandan](https://github.com/pukkandan) and [animelover1984](https://github.com/animelover1984)
108 * [trovo] Pass origin header
109 * [rai] Check for DRM by [nixxo](https://github.com/nixxo)
110 * [downloader] Fix bug for `ffmpeg`/`httpie`
111 * [update] Fix updater removing the executable bit on some UNIX distros
112 * [update] Fix current build hash for UNIX
113 * [documentation] Include wget/curl/aria2c install instructions for Unix by [Ashish0804](https://github.com/Ashish0804)
114 * Fix some videos downloading with `m3u8` extension
115 * Remove "fixup is ignored" warning when fixup wasn't passed by user
116
117
118 ### 2021.03.03.2
119 * [build] Fix bug
120
121 ### 2021.03.03
122 * [youtube] Use new browse API for continuation page extraction by [colethedj](https://github.com/colethedj) and [pukkandan](https://github.com/pukkandan)
123 * Fix HLS playlist downloading by [shirt](https://github.com/shirt-dev)
124 * Merge youtube-dl: Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
125 * [mtv] Fix extractor
126 * [nick] Fix extractor by [DennyDai](https://github.com/DennyDai)
127 * [mxplayer] Add new extractor by [codeasashu](https://github.com/codeasashu)
128 * [youtube] Throw error when `--extractor-retries` are exhausted
129 * Reduce default of `--extractor-retries` to 3
130 * Fix packaging bugs by [hseg](https://github.com/hseg)
131
132
133 ### 2021.03.01
134 * Allow specifying path in `--external-downloader`
135 * Add option `--sleep-requests` to sleep b/w requests
136 * Add option `--extractor-retries` to retry on known extractor errors
137 * Extract comments only when needed
138 * `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
139 * Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
140 * [youtube] Retry on more known errors than just HTTP-5xx
141 * [youtube] Fix inconsistent `webpage_url`
142 * [tennistv] Fix format sorting
143 * [bilibiliaudio] Recognize the file as audio-only
144 * [hrfensehen] Fix wrong import
145 * [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
146 * [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
147 * [hls] Fix bug with m3u8 format extraction
148 * [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
149 * [embedthumbnail] Fix bug with deleting original thumbnail
150 * [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
151 * [ci] Disable download tests unless specifically invoked
152 * Cleanup some code and fix typos
153
154
155 ### 2021.02.24
156 * Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
157 * **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
158 * Also, `youtube-dlc` config files are no longer loaded
159 * Merge youtube-dl: Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
160 * [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
161 * [youtube] Show if video was a live stream in info (`was_live`)
162 * [Zee5] Add new extractor by [Ashish0804](https://github.com/Ashish0804) and [pukkandan](https://github.com/pukkandan)
163 * [jwplatform] Add support for `hyland.com`
164 * [tennistv] Fix extractor
165 * [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
166 * [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
167 * [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
168 * Fix `--windows-filenames` removing `/` from UNIX paths
169 * [hls] Show warning if pycryptodome is not found
170 * [documentation] Improvements
171 * Fix documentation of `Extractor Options`
172 * Document `all` in format selection
173 * Document `playable_in_embed` in output templates
174
175
176 ### 2021.02.19
177 * Merge youtube-dl: Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
178 * [viki] Fix extractor
179 * [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
180 * [youtube] Multiple page support for hashtag URLs
181 * [youtube] Add more invidious instances
182 * [youtube] Fix comment extraction when comment text is empty
183 * Option `--windows-filenames` to force use of windows compatible filenames
184 * [ExtractAudio] Bugfix
185 * Don't raise `parser.error` when exiting for update
186 * [MoveFiles] Fix for when merger can't run
187 * Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
188 * Format Sort improvements:
189 * Prefer `vp9.2` more than other `vp9` codecs
190 * Remove forced priority of `quality`
191 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
192 * Build improvements:
193 * Fix hash output by [shirt](https://github.com/shirt-dev)
194 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
195 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
196 * Set version number based on UTC time, not local time
197 * Publish on PyPi only if token is set
198 * [documentation] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
199
200
201 ### 2021.02.15
202 * Merge youtube-dl: Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
203 * [niconico] Improved extraction and support encrypted/SMILE movies by [kurumigi](https://github.com/kurumigi), [tsukumi](https://github.com/tsukumi), [bbepis](https://github.com/bbepis), [pukkandan](https://github.com/pukkandan)
204 * Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
205 * [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
206 * [rumble] Add support for video page
207 * Option `--allow-unplayable-formats` to allow downloading unplayable video formats
208 * [ExtractAudio] Don't re-encode when file is already in a common audio format
209 * [youtube] Fix search continuations
210 * [youtube] Fix for new accounts
211 * Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
212 * Fix SHA256 calculation in build and implement hash checking for updater
213 * Exit immediately in windows once the update process starts
214 * Fix updater for `x86.exe`
215 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
216 * Change optional dependency to `pycryptodome`
217 * Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
218 * Fix `allow_playlist_files` not being correctly passed through
219 * Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
220 * Fix `get_executable_path` in UNIX
221 * [sponskrub] Print ffmpeg output and errors to terminal
222 * `__real_download` should be false when ffmpeg unavailable and no download
223 * Show `exe`/`zip`/`source` and 32/64bit in verbose message
224
225
226 ### 2021.02.09
227 * **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
228 * **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
229 * [youtube] Fix comment extraction
230 * [youtube_live_chat] Improve extraction
231 * [youtube] Fix for channel URLs sometimes not downloading all pages
232 * [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
233 * Add fallback for thumbnails
234 * [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
235 * [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
236 * [pyinst.py] Move back to root dir
237 * [youtube] Simplified renderer parsing and bugfixes
238 * [movefiles] Fix compatibility with python2
239 * [remuxvideo] Fix validation of conditional remux
240 * [sponskrub] Don't raise error when the video does not exist
241 * [documentation] Crypto is an optional dependency
242
243
244 ### 2021.02.04
245 * Merge youtube-dl: Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
246 * **Date/time formatting in output template:**
247 * You can use [`strftime`](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-format-codes) to format date/time fields. Example: `%(upload_date>%Y-%m-%d)s`
248 * **Multiple output templates:**
249 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
250 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
251 * [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
252 * New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
253 * [audius] Fix extractor
254 * [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
255 * [postprocessor] Raise errors correctly
256 * [metadatafromtitle] Fix bug when extracting data from numeric fields
257 * Fix issue with overwriting files
258 * Fix "Default format spec" appearing in quiet mode
259 * [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
260 * [FormatSort] fix bug where `quality` had more priority than `hasvid`
261 * [pyinst] Automatically detect python architecture and working directory
262 * Strip out internal fields such as `_filename` from infojson
263
264
265 ### 2021.01.29
266 * **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
267 * Add `--get-comments`
268 * [youtube] Extract comments
269 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
270 * [billibilli] Extract comments
271 * [billibilli] Better video extraction
272 * Write playlist data to infojson
273 * [FFmpegMetadata] Embed infojson inside the video
274 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
275 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
276 * [EmbedThumbnail] Embed in ogg/opus
277 * [VideoRemuxer] Conditionally remux video
278 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
279 * [ffmpeg] Print entire stderr in verbose when there is error
280 * [EmbedSubtitle] Warn when embedding ass in mp4
281 * [anvato] Use NFLTokenGenerator if possible
282 * **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
283 * The extracted fields can be used in `--output`
284 * Deprecated `--metadata-from-title`
285 * [Audius] Add extractor
286 * [youtube] Extract playlist description and write it to `.description` file
287 * Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
288 * Fix wrong user config from v2021.01.24
289 * [youtube] Report error message from youtube as error instead of warning
290 * [FormatSort] Fix some fields not sorting from v2021.01.24
291 * [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
292 * [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
293 * [movefiles] Don't give "cant find" warning when move is unnecessary
294 * Refactor `update-version`, `pyinst.py` and related files
295 * [ffmpeg] Document more formats that are supported for remux/recode
296
297
298 ### 2021.01.24
299 * Merge youtube-dl: Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
300 * Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
301 * **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
302 * The syntax is `-P "type:path" -P "type:path"` ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=-P,%20--paths%20TYPE:PATH))
303 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
304 * Additionally, configuration file is taken from home directory or current directory ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=Home%20Configuration))
305 * Allow passing different arguments to different external downloaders ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=--downloader-args%20NAME:ARGS))
306 * [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
307 * Warn when using old style `--external-downloader-args` and `--post-processor-args`
308 * Fix `--no-overwrite` when using `--write-link`
309 * [sponskrub] Output `unrecognized argument` error message correctly
310 * [cbs] Make failure to extract title non-fatal
311 * Fix typecasting when pre-checking archive
312 * Fix issue with setting title on UNIX
313 * Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
314 * [tests] Fix test_post_hooks
315 * [tests] Split core and download tests
316
317
318 ### 2021.01.20
319 * [TrovoLive] Add extractor (only VODs)
320 * [pokemon] Add `/#/player` URLs
321 * Improved parsing of multiple postprocessor-args, add `--ppa` as alias
322 * [EmbedThumbnail] Simplify embedding in mkv
323 * [sponskrub] Encode filenames correctly, better debug output and error message
324 * [readme] Cleanup options
325
326
327 ### 2021.01.16
328 * Merge youtube-dl: Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
329 * **Configuration files:**
330 * Portable configuration file: `./yt-dlp.conf`
331 * Allow the configuration files to be named `yt-dlp` instead of `youtube-dlc`. See [this](https://github.com/yt-dlp/yt-dlp#configuration) for details
332 * Add PyPI release
333
334
335 ### 2021.01.14
336 * Added option `--break-on-reject`
337 * [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
338 * [tiktok] Fix for when share_info is empty
339 * [EmbedThumbnail] Fix bug due to incorrect function name
340 * [documentation] Changed sponskrub links to point to [yt-dlp/SponSkrub](https://github.com/yt-dlp/SponSkrub) since I am now providing both linux and windows releases
341 * [documentation] Change all links to correctly point to new fork URL
342 * [documentation] Fixes typos
343
344
345 ### 2021.01.12
346 * [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
347 * Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
348 * Changed fork name to `yt-dlp`
349 * Fix typos by [FelixFrog](https://github.com/FelixFrog)
350 * [ci] Option to skip
351 * [changelog] Added unreleased changes in blackjack4494/yt-dlc
352
353
354 ### 2021.01.10
355 * [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
356 * [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
357 * [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
358 * [youtube] Show if video is embeddable in info (`playable_in_embed`)
359 * Update version badge automatically in README
360 * Enable `test_youtube_search_matching`
361 * Create `to_screen` and similar functions in postprocessor/common
362
363
364 ### 2021.01.09
365 * [youtube] Fix bug in automatic caption extraction
366 * Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
367 * Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
368 * Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
369 * Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
370 * Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
371
372
373 ### 2021.01.08
374 * Merge youtube-dl: Upto [2021.01.08](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08) except stitcher ([1](https://github.com/ytdl-org/youtube-dl/commit/bb38a1215718cdf36d73ff0a7830a64cd9fa37cc), [2](https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f))
375 * Moved changelog to separate file
376
377
378 ### 2021.01.07-1
379 * [Akamai] fix by [nixxo](https://github.com/nixxo)
380 * [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
381 * [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
382 * [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
383 * Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
384 * Allow passing different arguments to different postprocessors using `--postprocessor-args`
385 * Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
386 * [CI] Split tests into core-test and full-test
387
388
389 ### 2021.01.07
390 * Removed priority of `av01` codec in `-S` since most devices don't support it yet
391 * Added `duration_string` to be used in `--output`
392 * Created First Release
393
394
395 ### 2021.01.05-1
396 * **Changed defaults:**
397 * Enabled `--ignore`
398 * Disabled `--video-multistreams` and `--audio-multistreams`
399 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
400 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
401 * Changed `webm` to be more preferable than `flv` in format sorting
402 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
403 * Enabled `--list-formats-as-table`
404
405
406 ### 2021.01.05
407 * **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
408 * **Format Selection:** See [Format Selection](README.md#format-selection) for details
409 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
410 * Changed video format sorting to show video only files and video+audio files together.
411 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
412 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
413 * Shortcut Options: Added `--write-link`, `--write-url-link`, `--write-webloc-link`, `--write-desktop-link` by [h-h-h-h](https://github.com/h-h-h-h) - See [Internet Shortcut Options](README.md#internet-shortcut-options) for details
414 * **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
415 * Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
416 * Added `--list-formats-as-table`, `--list-formats-old`
417 * **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
418 * 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`
419 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
420 * Relaxed validation for format filters so that any arbitrary field can be used
421 * Fix for embedding thumbnail in mp3 by [pauldubois98](https://github.com/pauldubois98) ([ytdl-org/youtube-dl#21569](https://github.com/ytdl-org/youtube-dl/pull/21569))
422 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
423 * 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
424 * 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
425 * Cleaned up the fork for public use
426
427
428 **PS**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan)
429
430 ### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
431 * Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan)
432 * Youtube improvements by [pukkandan](https://github.com/pukkandan)
433 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
434 * Fix some improper Youtube URLs
435 * Redirect channel home to /video
436 * Print youtube's warning message
437 * Handle Multiple pages for feeds better
438 * [youtube] Fix ytsearch not returning results sometimes due to promoted content by [colethedj](https://github.com/colethedj)
439 * [youtube] Temporary fix for automatic captions - disable json3 by [blackjack4494](https://github.com/blackjack4494)
440 * Add --break-on-existing by [gergesh](https://github.com/gergesh)
441 * Pre-check video IDs in the archive before downloading by [pukkandan](https://github.com/pukkandan)
442 * [bitwave.tv] New extractor by [lorpus](https://github.com/lorpus)
443 * [Gedi] Add extractor by [nixxo](https://github.com/nixxo)
444 * [Rcs] Add new extractor by [nixxo](https://github.com/nixxo)
445 * [skyit] New skyitalia extractor by [nixxo](https://github.com/nixxo)
446 * [france.tv] Fix thumbnail URL by [renalid](https://github.com/renalid)
447 * [ina] support mobile links by [B0pol](https://github.com/B0pol)
448 * [instagram] Fix thumbnail extractor by [nao20010128nao](https://github.com/nao20010128nao)
449 * [SouthparkDe] Support for English URLs by [xypwn](https://github.com/xypwn)
450 * [spreaker] fix SpreakerShowIE test URL by [pukkandan](https://github.com/pukkandan)
451 * [Vlive] Fix playlist handling when downloading a channel by [kyuyeunk](https://github.com/kyuyeunk)
452 * [tmz] Fix extractor by [diegorodriguezv](https://github.com/diegorodriguezv)
453 * [generic] Detect embedded bitchute videos by [pukkandan](https://github.com/pukkandan)
454 * [generic] Extract embedded youtube and twitter videos by [diegorodriguezv](https://github.com/diegorodriguezv)
455 * [ffmpeg] Ensure all streams are copied by [pukkandan](https://github.com/pukkandan)
456 * [embedthumbnail] Fix for os.rename error by [pukkandan](https://github.com/pukkandan)
457 * make_win.bat: don't use UPX to pack vcruntime140.dll by [jbruchon](https://github.com/jbruchon)