summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-09 13:09:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-09 13:09:06 -0400
commitf1c44f9fad9c10059df99d644a62332629af89cf (patch)
treef916f5931c2087a628edcf7a8ff055e44497c1a3 /doc
parent7166fa150bbe98079e707ee9916434bd7e0affcc (diff)
importfeed: Error out when passed a non-url.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/importfeed_fails_with_local_file_urls.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/importfeed_fails_with_local_file_urls.mdwn b/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
index 5984458ab..932848ddf 100644
--- a/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
+++ b/doc/bugs/importfeed_fails_with_local_file_urls.mdwn
@@ -26,3 +26,10 @@ Is it possible to use local files in rss format with items which reference local
Cheers,
Marco
+
+> I've fixed it with file:// urls.
+>
+> Also made it error out on non-url feed inputs, which are not intended to be
+> supported.
+>
+> [[done]] --[[Joey]]