check if quvi page url has already been downloaded before
That is the url that is typically stored in the git-annex branch. Kept the check for the video url too, just in case.
This commit is contained in:
parent
578eaaa828
commit
9e6b2144f9
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ performDownload relaxed cache todownload = case location todownload of
|
|||
Enclosure url -> checkknown url $
|
||||
rundownload url (takeExtension url) $
|
||||
addUrlFile relaxed url
|
||||
QuviLink pageurl -> do
|
||||
QuviLink pageurl -> checkknown pageurl $ do
|
||||
mp <- withQuviOptions Quvi.query [Quvi.quiet, Quvi.httponly] pageurl
|
||||
case mp of
|
||||
Nothing -> return False
|
||||
|
|
Loading…
Reference in a new issue