-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/youtube_dlc: Update to 2021.01.16
- switch to different fork, as the previous one is MIA [1] [1] blackjack4494/yt-dlc#289 PR: 252796 Submitted by: [email protected]
- Loading branch information
Showing
7 changed files
with
66 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1605281525 | ||
SHA256 (blackjack4494-yt-dlc-2020.11.11-3_GH0.tar.gz) = 649f8ba9a6916ca45db0b81fbcec3485e79895cec0f29fd25ec33520ffffca84 | ||
SIZE (blackjack4494-yt-dlc-2020.11.11-3_GH0.tar.gz) = 1500493 | ||
TIMESTAMP = 1610922456 | ||
SHA256 (pukkandan-yt-dlp-2021.01.16_GH0.tar.gz) = d413b956c8fdbf9d06165fe41d62f3b90ff42b1bb47d7d13df74a247eba24801 | ||
SIZE (pukkandan-yt-dlp-2021.01.16_GH0.tar.gz) = 1526122 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- youtube_dlc/options.py.orig 2020-10-24 05:32:48 UTC | ||
--- youtube_dlc/options.py.orig 2021-01-17 22:30:37 UTC | ||
+++ youtube_dlc/options.py | ||
@@ -138,10 +138,6 @@ def parseOpts(overrideArguments=None): | ||
@@ -131,10 +131,6 @@ def parseOpts(overrideArguments=None): | ||
action='version', | ||
help='Print program version and exit') | ||
general.add_option( | ||
- '-U', '--update', | ||
- action='store_true', dest='update_self', | ||
- help='Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') | ||
- help='[BROKEN] Update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)') | ||
- general.add_option( | ||
'-i', '--ignore-errors', | ||
action='store_true', dest='ignoreerrors', default=False, | ||
help='Continue on download errors, for example to skip unavailable videos in a playlist') | ||
'-i', '--ignore-errors', '--no-abort-on-error', | ||
action='store_true', dest='ignoreerrors', default=True, | ||
help='Continue on download errors, for example to skip unavailable videos in a playlist (default)') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
%%SYMLINK%%bin/youtube-dl | ||
bin/youtube-dlc | ||
etc/bash_completion.d/youtube-dlc.sh | ||
etc/bash_completion.d/youtube-dlc | ||
%%MANPAGES%%man/man1/youtube-dlc.1.gz | ||
share/fish/vendor_completions.d/youtube-dlc.fish | ||
etc/fish/completions/youtube-dlc.fish | ||
share/zsh/site-functions/_youtube-dlc | ||
|