-
Currently, media attributes are parsed only as part of an RSSFeedItem.
I may be wrong, but perhaps it should be possible for something like this:
```xml
```
to be contained inside an `Atom…
-
Hi,
Is there a way I can use the framework in my Objective-C project? I imported the FeedKit framework into my Xcode project and opened it up. I saw that it has a ```FeedKit-Swift.h``` bridging hea…
-
It would be awesome if FeedKit supports [JSON Feed](https://jsonfeed.org).
There is already a [Swift parser](https://github.com/totocaster/JSONFeed) for JSON Feed.
ghost updated
7 years ago
-
For some reason, when trying to parse a URL in offline mode with FeedKit, the app crashes. If there's an Internet connection it works as expected.
-
Typing through a few suggestions, to: `'What's going on'`, throws a skull error, after the term is submitted for searching.
```
SELECT * FROM sug WHERE rowid IN (SELECT rowid FROM sug_fts WHERE te…
-
Hi,
It seems a call will crash if there is no internet connection available.
Right now my setup is like this:
```
guard let url = URL(string: rssEndpoint) else {
print("Endpoint format inval…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
### Issue …
-
It seems that ESPN's RSS feed (https://www.espn.com/espn/rss/news) cannot be used to instantiate a FeedParser. I've validated that this feed url is correct and works well with other readers. Any idea …
-
What about rss media parsing?
I didn't see how I can get thumbnail from RSSFeedItem.
You can research this spec: http://www.rssboard.org/media-rss
items for test:
[testRss.txt](https://github.co…
-
Why does `FeedParser.parse(_:)` take a closure when it could simply return a value?
The gist of what it does is this:
```swift
func parse(_ result: @escaping (Result) -> Void) {
self.resul…