nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 173 forks source link

links with /rss dont work #69

Closed oluwatimio closed 5 years ago

oluwatimio commented 5 years ago

Issue

Parsing links with /rss do not work and return error

Optional(Error Domain=com.feedkit.error Code=-1000 "Feed not found" UserInfo={NSLocalizedFailureReason=Couldn't parse any known feed, NSLocalizedRecoverySuggestion=Provide a valid Atom/RSS/JSON feed , NSLocalizedDescription=Feed not found})

To reproduce

Example link

"http://www.independent.co.uk/sport/football/rss"

it returns same error code

oluwatimio commented 5 years ago

Issue fixed. Has to do with links with http and not https