repeated addurl behavior reversion fix

addurl: When the file youtube-dl will download is already an annexed file,
don't download it again and fail to overwrite it, instead just do nothing,
like it used to when quvi was used.

This commit was sponsored by Anthony DeRobertis on Patreon.
This commit is contained in:
Joey Hess 2017-12-31 14:55:51 -04:00
parent 1f5bf73af0
commit fcdd9ce788
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 49 additions and 18 deletions

View file

@ -15,3 +15,5 @@ show-stopper, but just something I noticed. I generally do "addurl" manually.
> if the local file already exists and already has the url, to get back to
> the old behavior.
> -- [[Joey]]
[[fixed|done]] --[[Joey]]