-
I am going to add Media RSS parser (13.05.2018). Pretty popular format now.
http://www.rssboard.org/media-rss
-
For the last few days, the parser using
```
article.download('https://news.google.com/rss/articles/CBMiTmh0dHBzOi8vd3d3Lm55dGltZXMuY29tLzIwMjQvMDcvMjEvdXMvcG9saXRpY3MvdmFuY2UtdHJ1bXAtY2FtcGFpZ24t…
-
Integrate better RSS / Atom parser.
There are plenty of solutions on github and codeplex
gzuri updated
11 years ago
-
- [x] Implement rss/atom parser using any ready solution
- [x] Using multithreading for tapes requests
-
Add RSS Feed parser. It should be in a separate folder named `parser/`, the framework and language are not important.
/ai:go
-
I'd be willing to contribute with some german news outlets (will add more over time to the list):
- [x] bild.de
- [x] spiegel.de
- [x] welt.de
- [x] tagesschau.de
- [x] focus.de
- [x] fr-onli…
-
Hi there, thanks a bunch for this awesome script! I’m trying to use it with two RSS feeds: ```https://www.lowendtalk.com/categories/domains/feed.rss``` and ```https://www.lowendtalk.com/categories/off…
-
**Describe the bug**
I tried to parse the feed https://myrskyla.fi/feed/ but it contains in a title tag `Ä` instead of `Ä` which then leads to exceptions and failing to parse feed both on androi…
-
Sample code:
```
$xml = '
<h1 onmouseenter= alert(atob("WFNTIG9uIA==")+window.location.origin)>XSS1</h1>
';
$parser = new SimplePie();
$parser…
blat updated
3 months ago
-
To be able to add certain site to rss when this site does not have rss (parse certain elements of the site)