hello,
I've written a script which scraps some information from a website. My script works perfectly fine, i've tested it in terminal as standalone program - it outputs this:
[code]
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="
http://www.w3.org/2005/Atom">
<channel>
<title>
japonce.pl</title>
<link>
http://japonce.pl/</link>
<description>Obrazki ze strony
japonce.pl.</description>
<lastBuildDate>Mon, 27 Apr 2015 20:34:57 -0000</lastBuildDate>
<item>
<title>Obrazki z
http://japonce.pl/ seria: 476</title>
<link>file://./japoncepl/gallery.html</link>
<description>Najnowsze obrazki z
http://japonce.pl/ seria: 476</description>
<pubDate>Mon, 27 Apr 2015 20:34:57 -0000</pubDate>
</item>
</channel>
</rss>
[/code]
where title, description and pubDate are always different from previous refersh
Why newsbeuter ignores this item?
How can I force newsbeuter to never ignore it?
regards
JJ