]> jfr.im git - yt-dlp.git/blob - Changelog.md
Fix typos (Closes #14)
[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`
12 * Push to origin/master
13 * Update changelog in /releases
14
15 -->
16
17
18 ### 2021.01.10
19 * [archive.org] Fix extractor and add support for audio and playlists by @wporr
20 * [Animelab] Added by @mariuszskon
21 * [youtube:search] Fix view_count by @ohnonot
22 * [youtube] Show if video is embeddable in info
23 * Update version badge automatically in README
24 * Enable `test_youtube_search_matching`
25 * Create `to_screen` and similar functions in postprocessor/common
26
27
28 ### 2021.01.09
29 * [youtube] Fix bug in automatic caption extraction
30 * Add `post_hooks` to YoutubeDL by @alexmerkel
31 * Batch file enumeration improvements by @glenn-slayden
32 * Stop immediately when reaching `--max-downloads` by @glenn-slayden
33 * Fix incorrect ANSI sequence for restoring console-window title by @glenn-slayden
34 * Kill child processes when yt-dlc is killed by @Unrud
35
36
37 ### 2021.01.08
38 * **Merge youtube-dl:** Upto [2021.01.08](https://github.com/ytdl-org/youtube-dl/commit/bf6a74c620bd4d5726503c5302906bb36b009026)
39 * 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
40 * Moved changelog to seperate file
41
42
43 ### 2021.01.07-1
44 * [Akamai] fix by @nixxo
45 * [Tiktok] merge youtube-dl tiktok extractor by @GreyAlien502
46 * [vlive] add support for playlists by @kyuyeunk
47 * [youtube_live_chat] make sure playerOffsetMs is positive by @siikamiika
48 * Ignore extra data streams in ffmpeg by @jbruchon
49 * Allow passing different arguments to different postprocessors using `--postprocessor-args`
50 * Deprecated `--sponskrub-args`. The same can now be done using `--postprocessor-args "sponskrub:<args>"`
51 * [CI] Split tests into core-test and full-test
52
53
54 ### 2021.01.07
55 * Removed priority of `av01` codec in `-S` since most devices don't support it yet
56 * Added `duration_string` to be used in `--output`
57 * Created First Release
58
59
60 ### 2021.01.05-1
61 * **Changed defaults:**
62 * Enabled `--ignore`
63 * Disabled `--video-multistreams` and `--audio-multistreams`
64 * Changed default format selection to `bv*+ba/b` when `--audio-multistreams` is disabled
65 * Changed default format sort order to `res,fps,codec,size,br,asr,proto,ext,has_audio,source,format_id`
66 * Changed `webm` to be more preferable than `flv` in format sorting
67 * Changed default output template to `%(title)s [%(id)s].%(ext)s`
68 * Enabled `--list-formats-as-table`
69
70
71 ### 2021.01.05
72 * **Format Sort:** Added `--format-sort` (`-S`), `--format-sort-force` (`--S-force`) - See [Sorting Formats](README.md#sorting-formats) for details
73 * **Format Selection:** See [Format Selection](README.md#format-selection) for details
74 * New format selectors: `best*`, `worst*`, `bestvideo*`, `bestaudio*`, `worstvideo*`, `worstaudio*`
75 * Changed video format sorting to show video only files and video+audio files together.
76 * Added `--video-multistreams`, `--no-video-multistreams`, `--audio-multistreams`, `--no-audio-multistreams`
77 * Added `b`,`w`,`v`,`a` as alias for `best`, `worst`, `video` and `audio` respectively
78 * **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
79 * **Sponskrub integration:** Added `--sponskrub`, `--sponskrub-cut`, `--sponskrub-force`, `--sponskrub-location`, `--sponskrub-args` - See [SponSkrub Options](README.md#sponskrub-options-sponsorblock) for details
80 * Added `--force-download-archive` (`--force-write-archive`) by by h-h-h-h
81 * Added `--list-formats-as-table`, `--list-formats-old`
82 * **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
83 * 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`
84 * Renamed: `--write-subs`, `--no-write-subs`, `--no-write-auto-subs`, `--write-auto-subs`. Note that these can still be used without the ending "s"
85 * Relaxed validation for format filters so that any arbitrary field can be used
86 * Fix for embedding thumbnail in mp3 by @pauldubois98
87 * Make Twitch Video ID output from Playlist and VOD extractor same. This is only a temporary fix
88 * **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
89 * 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
90 * Cleaned up the fork for public use
91
92
93 ### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc)
94 * Updated to youtube-dl release 2020.11.26
95 * [youtube]
96 * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL
97 * Fix ytsearch not returning results sometimes due to promoted content
98 * Temporary fix for automatic captions - disable json3
99 * Fix some improper Youtube URLs
100 * Redirect channel home to /video
101 * Print youtube's warning message
102 * Multiple pages are handled better for feeds
103 * Add --break-on-existing by @gergesh
104 * Pre-check video IDs in the archive before downloading
105 * [bitwave.tv] New extractor
106 * [Gedi] Add extractor
107 * [Rcs] Add new extractor
108 * [skyit] Add support for multiple Sky Italia website and removed old skyitalia extractor
109 * [france.tv] Fix thumbnail URL
110 * [ina] support mobile links
111 * [instagram] Fix extractor
112 * [itv] BTCC new pages' URL update (articles instead of races)
113 * [SouthparkDe] Support for English URLs
114 * [spreaker] fix SpreakerShowIE test URL
115 * [Vlive] Fix playlist handling when downloading a channel
116 * [generic] Detect embedded bitchute videos
117 * [generic] Extract embedded youtube and twitter videos
118 * [ffmpeg] Ensure all streams are copied
119 * Fix for os.rename error when embedding thumbnail to video in a different drive
120 * make_win.bat: don't use UPX to pack vcruntime140.dll