addurl --file: Fix a bug that made youtube-dl be used unneccessarily when adding an html url that does not contain any media.

This commit is contained in:
Joey Hess 2019-03-18 13:34:29 -04:00
parent a87da159c1
commit 8758f9c561
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 11 additions and 2 deletions

View file

@ -29,3 +29,5 @@ local repository version: 5
The same happens if I remove `youtube-dl` from the system entirely!
[[!meta author=yoh]]
> due to using --file which bypasses the usual check that youtube-dl
> can extract media. [[fixed|done]] --[[Joey]]