You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-executable installs provide only -U/--update-check as "update" command-line options, and the allow_abbrev functionality of argparse then completes --update to the full --update-check.
If you want to update gallery-dl, use whatever method you used to install it in the first place, e.g. python -m pip install -U gallery-dl.
Non-executable installs provide only -U/--update-check as "update" command-line options, and the allow_abbrev functionality of argparse then completes --update to the full --update-check.
If you want to update gallery-dl, use whatever method you used to install it in the first place, e.g. python -m pip install -U gallery-dl.
Understood, wouldn't be good to make it clear either on the docs or saying it when you run the command? I've seen that yt-dlp does this when you use -U in a yt-dlp installed by pip (it tells you that you cannot run it and you need to run pip install -U yt-dlp)
As the title suggests, using
--update
only checks what the latest version is but doesn't download and/or installs it, just as--update-check
does.Those three commands were executed one after the other. I don't know if the 443 error is in my end or github's.
The text was updated successfully, but these errors were encountered: