-
## SyndicationFeed on .NET Core
While we are making `System.ServiceModel.Syndication` available on .NET Core, we are also looking into improvements in following areas.
- [x] **Custom Parsers**
Sy…
-
Right now the app uses an endpoint on tribes server to get the Feed content information and store it locally using the same model structure. Previously we were fetching RSS feed data from app directly…
-
Hello, I'm seeing the following data loss for subscriptions to RSS publications of Mastodon users' feeds. My goal is to make newsboat my primary interface into Mastodon. Here's a Mastodon page:
Beh…
-
It would be immensely helpful if the `ksoup-entites` module would provide an Parser.unescapeEntities equivalent Jsoup API:
https://jsoup.org/apidocs/org/jsoup/parser/Parser.html#unescapeEntities(ja…
-
Hello!
I'm using `rss-parser` but I've discovered that it ignores some official properties like `description` on item.
I know that it is extensible, but I think it should be able to read all _stan…
-
**Newsboat version (copy the output of `newsboat -v` or the first line of `git show`)**: 637daad5315e3094a1a3c5c8c969b600526de810
Steps to reproduce the issue:
1. Add a hundred or so URLs to the…
-
Hi I have this error
Error: A feed could not be found at `https://shop.tuamv.com/rss-offer-week_en`; the status code is `200` and content-type is `
In email code I have
{feed url="https:…
-
Hi,
I am not really sure if it is just me, then it is a bug or if wayland ist just not yet supported, then it is a feature request.
Either way, I would like to request to have this really helpful …
-
### Describe the bug:
What do you think the problem relates to?
### Steps to reproduce the bug:
1. Run Stonker Bot with `npm start`
### Expected behavior:
The bot would start and be online on…
-
I have the following code
```ruby
MINDSCAPE_FEED='https://rss.art19.com/sean-carrolls-mindscape'
URI.open(MINDSCAPE_FEED) do |rss|
feed = RSS::Parser.parse(rss, ignore_unknown_element=true)
…