From 9b45b9f51a581b5658e0c451523327daed8519cb Mon Sep 17 00:00:00 2001 From: pukkandan Date: Tue, 12 Jan 2021 23:23:29 +0530 Subject: [PATCH] Release 2021.01.12 --- AUTHORS-Fork | 7 +++++-- Changelog.md | 9 +++++++++ README.md | 15 ++++++++++----- youtube-dlc.cmd | 2 +- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/AUTHORS-Fork b/AUTHORS-Fork index cc8e7deee..aaf6f72f2 100644 --- a/AUTHORS-Fork +++ b/AUTHORS-Fork @@ -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 diff --git a/Changelog.md b/Changelog.md index e377593ae..096c94008 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,15 @@ --> +### 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 diff --git a/README.md b/README.md index e4f2dcf49..5ae57a4df 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The major new features from the latest release of [blackjack4494/yt-dlc](https:/ * **[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 @@ The major new features from the latest release of [blackjack4494/yt-dlc](https:/ * 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 @@ Then simply type this 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 @@ Then simply type this 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) diff --git a/youtube-dlc.cmd b/youtube-dlc.cmd index 382a5e5e0..3eca4c2e1 100644 --- a/youtube-dlc.cmd +++ b/youtube-dlc.cmd @@ -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