importfeed: Error out when passed a non-url.

This commit is contained in:
Joey Hess 2015-04-09 13:09:06 -04:00
parent aa31af5594
commit 3695094454
3 changed files with 19 additions and 9 deletions

View file

@ -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]]