From 9e6b2144f9c87026eb75e36e6426de656500dffd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 5 Jan 2014 13:07:21 -0400 Subject: [PATCH] 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. --- Command/ImportFeed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 3fcc3bd85e..32c16e5279 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -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