]> jfr.im git - yt-dlp.git/blame - Changelog.md
Release 2021.03.03
[yt-dlp.git] / Changelog.md
CommitLineData
034b6215 1# Changelog
2
4084f235 3<!--
4# Instuctions for creating release
5
6* Run `make doc`
0bc0a322 7* Update Changelog.md and CONTRIBUTORS
c74d1aa3 8* Change "Merged with ytdl" version in Readme.md if needed
b2f70ae7 9* Commit to master as `Release <version>`
4084f235 10* Push to origin/release - build task will now run
f3b7c693 11* Update version.py using devscripts\update-version.py
29b6000e 12* Run `make issuetemplates`
a392adf5 13* Commit to master as `[version] update :ci skip all`
4084f235 14* Push to origin/master
6d07ec81 15* Update changelog in /releases
4084f235 16
17-->
18
f20f5fe5 19
5f751495 20### 2021.03.03
21* [youtube] Use new browse API for continuation page extraction by @colethedj and @pukkandan
22* Fix HLS playlist downloading by @shirt
23* **Merge youtube-dl:** Upto [2021.03.03](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03)
24* [mtv] Fix extractor
25* [nick] Fix extractor by @DennyDai
26* [mxplayer] Add new extractor by@codeasashu
27* [youtube] Throw error when `--extractor-retries` are exhausted
28* Reduce default of `--extractor-retries` to 3
29* Fix packaging bugs by @hseg
30
31
5ef7d9bd 32### 2021.03.01
33* Allow specifying path in `--external-downloader`
34* Add option `--sleep-requests` to sleep b/w requests
35* Add option `--extractor-retries` to retry on known extractor errors
36* Extract comments only when needed
37* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
5372545d 38* Fix `get_executable_path` by [shirt](https://github.com/shirt-dev)
5ef7d9bd 39* [youtube] Retry on more known errors than just HTTP-5xx
5372545d 40* [youtube] Fix inconsistent `webpage_url`
5ef7d9bd 41* [tennistv] Fix format sorting
5ef7d9bd 42* [bilibiliaudio] Recognize the file as audio-only
43* [hrfensehen] Fix wrong import
5ef7d9bd 44* [viki] Fix viki play pass authentication by [RobinD42](https://github.com/RobinD42)
5372545d 45* [readthedocs] Improvements by [shirt](https://github.com/shirt-dev)
46* [hls] Fix bug with m3u8 format extraction
47* [hls] Enable `--hls-use-mpegts` by default when downloading live-streams
5ef7d9bd 48* [embedthumbnail] Fix bug with deleting original thumbnail
49* [build] Fix completion paths, zsh pip completion install by [hseg](https://github.com/hseg)
50* [ci] Disable download tests unless specifically invoked
51* Cleanup some code and fix typos
52
53
c74d1aa3 54### 2021.02.24
55* Moved project to an organization [yt-dlp](https://github.com/yt-dlp)
56* **Completely changed project name to yt-dlp** by [Pccode66](https://github.com/Pccode66) and [pukkandan](https://github.com/pukkandan)
127d0759 57 * Also, `youtube-dlc` config files are no longer loaded
c74d1aa3 58* **Merge youtube-dl:** Upto [commit/4460329](https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd) (except tmz, gedi)
59* [Readthedocs](https://yt-dlp.readthedocs.io) support by [shirt](https://github.com/shirt-dev)
60* [youtube] Show if video was a live stream in info (`was_live`)
61* [Zee5] Add new extractor by [Ashish](https://github.com/Ashish) and [pukkandan](https://github.com/pukkandan)
62* [jwplatform] Add support for `hyland.com`
63* [tennistv] Fix extractor
64* [hls] Support media initialization by [shirt](https://github.com/shirt-dev)
65* [hls] Added options `--hls-split-discontinuity` to better support media discontinuity by [shirt](https://github.com/shirt-dev)
127d0759 66* [ffmpeg] Allow passing custom arguments before -i using `--ppa "ffmpeg_i1:ARGS"` syntax
c74d1aa3 67* Fix `--windows-filenames` removing `/` from UNIX paths
68* [hls] Show warning if pycryptodome is not found
69* [documentation] Improvements
70 * Fix documentation of `Extractor Options`
127d0759 71 * Document `all` in format selection
c74d1aa3 72 * Document `playable_in_embed` in output templates
73
74
4524baf0 75### 2021.02.19
76* **Merge youtube-dl:** Upto [commit/cf2dbec](https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d) (except kakao)
77* [viki] Fix extractor
78* [niconico] Extract `channel` and `channel_id` by [kurumigi](https://github.com/kurumigi)
79* [youtube] Multiple page support for hashtag URLs
80* [youtube] Add more invidious instances
81* [youtube] Fix comment extraction when comment text is empty
82* Option `--windows-filenames` to force use of windows compatible filenames
83* [ExtractAudio] Bugfix
84* Don't raise `parser.error` when exiting for update
85* [MoveFiles] Fix for when merger can't run
86* Changed `--trim-file-name` to `--trim-filenames` to be similar to related options
87* Format Sort improvements:
88 * Prefer `vp9.2` more than other `vp9` codecs
89 * Remove forced priority of `quality`
90 * Remove unnecessary `field_preference` and misuse of `preference` from extractors
91* Build improvements:
92 * Fix hash output by [shirt](https://github.com/shirt-dev)
93 * Lock python package versions for x86 and use `wheels` by [shirt](https://github.com/shirt-dev)
94 * Exclude `vcruntime140.dll` from UPX by [jbruchon](https://github.com/jbruchon)
95 * Set version number based on UTC time, not local time
96 * Publish on PyPi only if token is set
97* [documentation] Better document `--prefer-free-formats` and add `--no-prefer-free-format`
98
99
aa837ddf 100### 2021.02.15
101* **Merge youtube-dl:** Upto [2021.02.10](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.10) (except archive.org)
4524baf0 102* [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)
103* Fix HLS AES-128 with multiple keys in external downloaders by [shirt](https://github.com/shirt-dev)
104* [youtube_live_chat] Fix by using POST API by [siikamiika](https://github.com/siikamiika)
aa837ddf 105* [rumble] Add support for video page
4524baf0 106* Option `--allow-unplayable-formats` to allow downloading unplayable video formats
aa837ddf 107* [ExtractAudio] Don't re-encode when file is already in a common audio format
aa837ddf 108* [youtube] Fix search continuations
109* [youtube] Fix for new accounts
4524baf0 110* Improve build/updater: by [pukkandan](https://github.com/pukkandan) and [shirt](https://github.com/shirt-dev)
aa837ddf 111 * Fix SHA256 calculation in build and implement hash checking for updater
112 * Exit immediately in windows once the update process starts
113 * Fix updater for `x86.exe`
114 * Updater looks for both `yt-dlp` and `youtube-dlc` in releases for future-proofing
4524baf0 115 * Change optional dependency to `pycryptodome`
116* Fix issue with unicode filenames in aria2c by [shirt](https://github.com/shirt-dev)
aa837ddf 117* Fix `allow_playlist_files` not being correctly passed through
4524baf0 118* Fix for empty HTTP head requests by [shirt](https://github.com/shirt-dev)
aa837ddf 119* Fix `get_executable_path` in UNIX
120* [sponskrub] Print ffmpeg output and errors to terminal
121* `__real_download` should be false when ffmpeg unavailable and no download
122* Show `exe`/`zip`/`source` and 32/64bit in verbose message
123
124
ba9f36d7 125### 2021.02.09
126* **aria2c support for DASH/HLS**: by [shirt](https://github.com/shirt-dev)
127* **Implement Updater** (`-U`) by [shirt](https://github.com/shirt-dev)
128* [youtube] Fix comment extraction
129* [youtube_live_chat] Improve extraction
130* [youtube] Fix for channel URLs sometimes not downloading all pages
131* [aria2c] Changed default arguments to `--console-log-level=warn --summary-interval=0 --file-allocation=none -x16 -j16 -s16`
132* Add fallback for thumbnails
133* [embedthumbnail] Keep original thumbnail after conversion if write_thumbnail given
134* [embedsubtitle] Keep original subtitle after conversion if write_subtitles given
135* [pyinst.py] Move back to root dir
136* [youtube] Simplified renderer parsing and bugfixes
137* [movefiles] Fix compatibility with python2
138* [remuxvideo] Fix validation of conditional remux
139* [sponskrub] Don't raise error when the video does not exist
140* [documentation] Crypto is an optional dependency
141
142
c25228e5 143### 2021.02.04
144* **Merge youtube-dl:** Upto [2021.02.04.1](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.04.1)
0fd1a2b0 145* **Date/time formatting in output template:**
146 * 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`
c25228e5 147* **Multiple output templates:**
0fd1a2b0 148 * Separate output templates can be given for the different metadata files by using `-o TYPE:TEMPLATE`
149 * The allowed types are: `subtitle|thumbnail|description|annotation|infojson|pl_description|pl_infojson`
c25228e5 150* [youtube] More metadata extraction for channel/playlist URLs (channel, uploader, thumbnail, tags)
151* New option `--no-write-playlist-metafiles` to prevent writing playlist metadata files
152* [audius] Fix extractor
153* [youtube_live_chat] Fix `parse_yt_initial_data` and add `fragment_retries`
154* [postprocessor] Raise errors correctly
155* [metadatafromtitle] Fix bug when extracting data from numeric fields
156* Fix issue with overwriting files
157* Fix "Default format spec" appearing in quiet mode
158* [FormatSort] Allow user to prefer av01 over vp9 (The default is still vp9)
159* [FormatSort] fix bug where `quality` had more priority than `hasvid`
160* [pyinst] Automatically detect python architecture and working directory
161* Strip out internal fields such as `_filename` from infojson
162
163
29b6000e 164### 2021.01.29
4524baf0 165* **Features from [animelover1984/youtube-dl](https://github.com/animelover1984/youtube-dl)**: by [animelover1984](https://github.com/animelover1984) and [bbepis](https://github.com/bbepis)
29b6000e 166 * Add `--get-comments`
167 * [youtube] Extract comments
168 * [billibilli] Added BiliBiliSearchIE, BilibiliChannelIE
169 * [billibilli] Extract comments
170 * [billibilli] Better video extraction
171 * Write playlist data to infojson
172 * [FFmpegMetadata] Embed infojson inside the video
173 * [EmbedThumbnail] Try embedding in mp4 using ffprobe and `-disposition`
174 * [EmbedThumbnail] Treat mka like mkv and mov like mp4
175 * [EmbedThumbnail] Embed in ogg/opus
176 * [VideoRemuxer] Conditionally remux video
177 * [VideoRemuxer] Add `-movflags +faststart` when remuxing to mp4
178 * [ffmpeg] Print entire stderr in verbose when there is error
179 * [EmbedSubtitle] Warn when embedding ass in mp4
180 * [anvato] Use NFLTokenGenerator if possible
181* **Parse additional metadata**: New option `--parse-metadata` to extract additional metadata from existing fields
182 * The extracted fields can be used in `--output`
183 * Deprecated `--metadata-from-title`
184* [Audius] Add extractor
185* [youtube] Extract playlist description and write it to `.description` file
186* Detect existing files even when using `recode`/`remux` (`extract-audio` is partially fixed)
187* Fix wrong user config from v2021.01.24
188* [youtube] Report error message from youtube as error instead of warning
189* [FormatSort] Fix some fields not sorting from v2021.01.24
190* [postprocessor] Deprecate `avconv`/`avprobe`. All current functionality is left untouched. But don't expect any new features to work with avconv
191* [postprocessor] fix `write_debug` to not throw error when there is no `_downloader`
192* [movefiles] Don't give "cant find" warning when move is unnecessary
193* Refactor `update-version`, `pyinst.py` and related files
194* [ffmpeg] Document more formats that are supported for remux/recode
195
196
0bc0a322 197### 2021.01.24
198* **Merge youtube-dl:** Upto [2021.01.24](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
7a5c1cfe 199* Plugin support ([documentation](https://github.com/yt-dlp/yt-dlp#plugins))
0bc0a322 200* **Multiple paths**: New option `-P`/`--paths` to give different paths for different types of files
7a5c1cfe 201 * The syntax is `-P "type:path" -P "type:path"` ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=-P,%20--paths%20TYPE:PATH))
0bc0a322 202 * Valid types are: home, temp, description, annotation, subtitle, infojson, thumbnail
7a5c1cfe
P
203 * Additionally, configuration file is taken from home directory or current directory ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=Home%20Configuration))
204* Allow passing different arguments to different external downloaders ([documentation](https://github.com/yt-dlp/yt-dlp#:~:text=--downloader-args%20NAME:ARGS))
ba9f36d7 205* [mildom] Add extractor by [nao20010128nao](https://github.com/nao20010128nao)
0bc0a322 206* Warn when using old style `--external-downloader-args` and `--post-processor-args`
207* Fix `--no-overwrite` when using `--write-link`
208* [sponskrub] Output `unrecognized argument` error message correctly
209* [cbs] Make failure to extract title non-fatal
210* Fix typecasting when pre-checking archive
211* Fix issue with setting title on UNIX
212* Deprecate redundant aliases in `formatSort`. The aliases remain functional for backward compatibility, but will be left undocumented
213* [tests] Fix test_post_hooks
214* [tests] Split core and download tests
215
216
c69911e4 217### 2021.01.20
218* [TrovoLive] Add extractor (only VODs)
e2f6586c 219* [pokemon] Add `/#/player` URLs
c69911e4 220* Improved parsing of multiple postprocessor-args, add `--ppa` as alias
221* [EmbedThumbnail] Simplify embedding in mkv
222* [sponskrub] Encode filenames correctly, better debug output and error message
223* [readme] Cleanup options
224
e2f6586c 225
298f597b 226### 2021.01.16
f57adf0e 227* **Merge youtube-dl:** Upto [2021.01.16](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16)
228* **Configuration files:**
229 * Portable configuration file: `./yt-dlp.conf`
7a5c1cfe 230 * 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
298f597b 231* Add PyPI release
232
233
bf5a997e 234### 2021.01.14
235* Added option `--break-on-reject`
ba9f36d7 236* [roosterteeth.com] Fix for bonus episodes by [Zocker1999NET](https://github.com/Zocker1999NET)
bf5a997e 237* [tiktok] Fix for when share_info is empty
238* [EmbedThumbnail] Fix bug due to incorrect function name
7a5c1cfe 239* [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
bf5a997e 240* [documentation] Change all links to correctly point to new fork URL
241* [documentation] Fixes typos
242
243
9b45b9f5 244### 2021.01.12
ba9f36d7 245* [roosterteeth.com] Add subtitle support by [samiksome](https://github.com/samiksome)
246* Added `--force-overwrites`, `--no-force-overwrites` by [alxnull](https://github.com/alxnull)
9b45b9f5 247* Changed fork name to `yt-dlp`
ba9f36d7 248* Fix typos by [FelixFrog](https://github.com/FelixFrog)
9b45b9f5 249* [ci] Option to skip
250* [changelog] Added unreleased changes in blackjack4494/yt-dlc
251
252
f5546c0b 253### 2021.01.10
ba9f36d7 254* [archive.org] Fix extractor and add support for audio and playlists by [wporr](https://github.com/wporr)
255* [Animelab] Added by [mariuszskon](https://github.com/mariuszskon)
256* [youtube:search] Fix view_count by [ohnonot](https://github.com/ohnonot)
65156eba 257* [youtube] Show if video is embeddable in info
258* Update version badge automatically in README
259* Enable `test_youtube_search_matching`
260* Create `to_screen` and similar functions in postprocessor/common
261
f20f5fe5 262
f5546c0b 263### 2021.01.09
4084f235 264* [youtube] Fix bug in automatic caption extraction
ba9f36d7 265* Add `post_hooks` to YoutubeDL by [alexmerkel](https://github.com/alexmerkel)
266* Batch file enumeration improvements by [glenn-slayden](https://github.com/glenn-slayden)
267* Stop immediately when reaching `--max-downloads` by [glenn-slayden](https://github.com/glenn-slayden)
268* Fix incorrect ANSI sequence for restoring console-window title by [glenn-slayden](https://github.com/glenn-slayden)
269* Kill child processes when yt-dlc is killed by [Unrud](https://github.com/Unrud)
034b6215 270
f20f5fe5 271
f5546c0b 272### 2021.01.08
f57adf0e 273* **Merge youtube-dl:** Upto [2021.01.08](https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.08)
e5bc03a6 274 * 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
275* Moved changelog to seperate file
276
f20f5fe5 277
034b6215 278### 2021.01.07-1
ba9f36d7 279* [Akamai] fix by [nixxo](https://github.com/nixxo)
280* [Tiktok] merge youtube-dl tiktok extractor by [GreyAlien502](https://github.com/GreyAlien502)
281* [vlive] add support for playlists by [kyuyeunk](https://github.com/kyuyeunk)
282* [youtube_live_chat] make sure playerOffsetMs is positive by [siikamiika](https://github.com/siikamiika)
283* Ignore extra data streams in ffmpeg by [jbruchon](https://github.com/jbruchon)
034b6215 284* Allow passing different arguments to different postprocessors using `--postprocessor-args`
285* Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
286* [CI] Split tests into core-test and full-test
287
f20f5fe5 288
034b6215 289### 2021.01.07
290* Removed priority of `av01` codec in `-S` since most devices don't support it yet
291* Added `duration_string` to be used in `--output`
292* Created First Release
293
f20f5fe5 294
034b6215 295### 2021.01.05-1
296* **Changed defaults:**
297 * Enabled `--ignore`
298 * Disabled `--video-multistreams` and `--audio-multistreams`
299 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
300 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
301 * Changed `webm` to be more preferable than `flv` in format sorting
302 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
303 * Enabled `--list-formats-as-table`
304
f20f5fe5 305
034b6215 306### 2021.01.05
307* **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
308* **Format Selection:** See [Format Selection](README.md#format-selection) for details
309 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
310 * Changed video format sorting to show video only files and video+audio files together.
311 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
312 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
06869367 313* **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
b9650873 314* **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-sponsorblock-options) for details
ba9f36d7 315* Added `--force-download-archive` (`--force-write-archive`) by [h-h-h-h](https://github.com/h-h-h-h)
034b6215 316* Added `--list-formats-as-table`, `--list-formats-old`
f20f5fe5 317* **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
034b6215 318 * 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`
319 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
320* Relaxed validation for format filters so that any arbitrary field can be used
ba9f36d7 321* 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))
034b6215 322* Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
f5546c0b 323* **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
034b6215 324 * 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
325* Cleaned up the fork for public use
f20f5fe5 326
327
328### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
329* Updated to youtube-dl release 2020.11.26
330* [youtube]
331 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
332 * Fix ytsearch not returning results sometimes due to promoted content
333 * Temporary fix for automatic captions - disable json3
334 * Fix some improper Youtube URLs
335 * Redirect channel home to /video
336 * Print youtube's warning message
337 * Multiple pages are handled better for feeds
ba9f36d7 338* Add --break-on-existing by [gergesh](https://github.com/gergesh)
f20f5fe5 339* Pre-check video IDs in the archive before downloading
340* [bitwave.tv] New extractor
341* [Gedi] Add extractor
342* [Rcs] Add new extractor
343* [skyit] Add support for multiple Sky Italia website and removed old skyitalia extractor
344* [france.tv] Fix thumbnail URL
345* [ina] support mobile links
346* [instagram] Fix extractor
347* [itv] BTCC new pages' URL update (articles instead of races)
348* [SouthparkDe] Support for English URLs
349* [spreaker] fix SpreakerShowIE test URL
350* [Vlive] Fix playlist handling when downloading a channel
351* [generic] Detect embedded bitchute videos
352* [generic] Extract embedded youtube and twitter videos
353* [ffmpeg] Ensure all streams are copied
354* Fix for os.rename error when embedding thumbnail to video in a different drive
355* make_win.bat: don't use UPX to pack vcruntime140.dll