]> jfr.im git - yt-dlp.git/commitdiff
Release 2021.01.12 2021.01.12
authorpukkandan <redacted>
Tue, 12 Jan 2021 17:53:29 +0000 (23:23 +0530)
committerpukkandan <redacted>
Tue, 12 Jan 2021 22:23:49 +0000 (03:53 +0530)
AUTHORS-Fork
Changelog.md
README.md
youtube-dlc.cmd

index cc8e7deee061cee2d0d1094c15889920afdbfb57..aaf6f72f24e8fd7fcb6c993c2928bffa7102c231 100644 (file)
@@ -1,4 +1,4 @@
-pukkandan
+pukkandan (owner)
 h-h-h-h
 pauldubois98
 nixxo
@@ -11,4 +11,7 @@ glenn-slayden
 Unrud
 wporr
 mariuszskon
-ohnonot
\ No newline at end of file
+ohnonot
+samiksome
+alxnull
+FelixFrog
\ No newline at end of file
index e377593ae30ac45c2142244fef4ec1412490f0a0..096c940082f03bbb59e59911c48e9792670992bb 100644 (file)
@@ -15,6 +15,15 @@ # Instuctions for creating release
 -->
 
 
+### 2021.01.12
+* [roosterteeth.com] Add subtitle support by @samiksome
+* Added `--force-overwrites` by @alxnull
+* Changed fork name to `yt-dlp`
+* Fix typos by @FelixFrog
+* [ci] Option to skip
+* [changelog] Added unreleased changes in blackjack4494/yt-dlc
+
+
 ### 2021.01.10
 * [archive.org] Fix extractor and add support for audio and playlists by @wporr
 * [Animelab] Added by @mariuszskon
index e4f2dcf498a2806396f9af83fabaccae556966d9..5ae57a4df4459f3e56a614ca19cea39ea2fbb31b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ # NEW FEATURES
 
 * **[SponSkrub Integration](#sponSkrub-options-sponsorblock)**: You can use [SponSkrub](https://github.com/faissaloo/SponSkrub) to mark/remove sponsor sections in youtube videos by utilizing the [SponsorBlock](https://sponsor.ajay.app) API
 
-* **[Format Sorting](#sorting-format)**: The default format sorting options have been changed so that higher resolution and better codecs will be now prefered instead of simply using larger bitrate. Furthermore, you can now specify the sort order using `-S`. This allows for much easier format selection that what is possible by simply using `--format` ([examples](#format-selection-examples))
+* **[Format Sorting](#sorting-formats)**: The default format sorting options have been changed so that higher resolution and better codecs will be now prefered instead of simply using larger bitrate. Furthermore, you can now specify the sort order using `-S`. This allows for much easier format selection that what is possible by simply using `--format` ([examples](#format-selection-examples))
 
 * Merged with youtube-dl **v2020.01.08**: You get all the latest features and patches of [youtube-dl](https://github.com/ytdl-org/youtube-dl) in addition to all the features of [youtube-dlc](https://github.com/blackjack4494)
 
@@ -59,9 +59,9 @@ # NEW FEATURES
     * Youtube search works correctly (`ytsearch:`, `ytsearchdate:`) along with Search URLs
     * Redirect channel's home URL automatically to `/video` to preserve the old behaviour
 
-* **New extractors**: AnimeLab, Rcs, Gedi, bitwave.tv
+* **New extractors**: AnimeLab, Philo MSO, Rcs, Gedi, bitwave.tv
 
-* **Fixed extractors**: archive.org, skyit, instagram, itv, SouthparkDe, spreaker, Vlive, tiktok, akamai, ina
+* **Fixed extractors**: archive.org, roosterteeth.com, skyit, instagram, itv, SouthparkDe, spreaker, Vlive, tiktok, akamai, ina
 
 * **New options**: `--list-formats-as-table`, `--write-link`, `--force-download-archive` etc
 
@@ -319,7 +319,11 @@ ## Filesystem Options:
                                      filenames
     --no-restrict-filenames          Allow Unicode characters, "&" and spaces in
                                      filenames (default)
-    -w, --no-overwrites              Do not overwrite files
+    -w, --no-overwrites              Do not overwrite any files
+    --force-overwrites               Overwrite all video and metadata files.
+                                     This option includes --no-continue
+    --no-force-overwrites            Do not overwrite the video, but overwrite
+                                     related files (default)
     -c, --continue                   Resume partially downloaded files (default)
     --no-continue                    Restart download of partially downloaded
                                      files from beginning
@@ -412,7 +416,8 @@ ## Verbosity / Simulation Options:
                                      files in the current directory to debug
                                      problems
     --print-traffic                  Display sent and read HTTP traffic
-    -C, --call-home                  Contact the youtube-dlc server for debugging
+    -C, --call-home                  [Broken] Contact the youtube-dlc server for
+                                     debugging
     --no-call-home                   Do not contact the youtube-dlc server for
                                      debugging (default)
 
index 382a5e5e060497984274096afeeb527c4c41a150..3eca4c2e12c381201e1ddb24c0591fccaedfb9ee 100644 (file)
@@ -1 +1 @@
-py "%~dp0\youtube_dl\__main__.py"
\ No newline at end of file
+py "%~dp0youtube_dl\__main__.py"
\ No newline at end of file