Remove -U option
See original GitHub issueChecklist
- I’m reporting a broken site support issue
- I’ve verified that I’m running youtube-dlc version 2020.10.26
- I’ve checked that all provided URLs are alive and playable in a browser
- I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- I’ve searched the bugtracker for similar bug reports including closed ones
- I’ve read bugs section in FAQ
Description
The readme states
DO NOT UPDATE using -U ! instead download binaries again or when installed with pip use a described above when installing. I will add some memorable short links to the binaries so you can download them easier.
So what about removing the -U flag completely? Or change to print the update information.
If you want this done I can make a PR this.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Remove 'u' from a python list - Stack Overflow
The u means a unicode string which should be perfectly fine to use. But if you want to convert unicode to str (which...
Read more >PyCharm remove python '-u' option with remote interpreter
I'm running my project via a remote pyspark interpreter. Everytime I run a script, PyCharm automatically adds the -u option to the run ......
Read more >Remove \u{ef} from a string that comes from NSAttributedString
I am creating an e-mail handling app. The app fetches e-mail messages and shows simplified texts. The app uses NSAttributedString to strip useless...
Read more >Delete your Google Account
Go to the Data & Privacy section of your Google Account. Scroll to "Your data & privacy options." Select More options and then...
Read more >Command-line interface / Commands - Composer
The following options are available with every command: ... The remove command removes packages from the composer.json file from the current directory.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As the maintainer of the Debian package of youtube-dl, I already patch the
-U
option in my tree (see https://github.com/rbrito/pkg-youtube-dl/blob/master/debian/patches/disable-autoupdate-mechanism.patch), since the preferred way of updating packages is via the package management tools.Feel free to grab that or to improve upon it.
I will let you know when -U is working again.