Andrew Dolgov
4f00f55ca2
parser: add charset recoding hack for systems where libxml is build without support for iconv (handles libxml error 32)
2013-07-11 15:40:09 +04:00
Andrew Dolgov
a9000b0344
feedparser: check if initial xpath query for root element returns anything
2013-06-19 19:40:36 +04:00
Andrew Dolgov
f17c3ee29a
parser: fix get_links() for RSS
2013-05-24 14:40:47 +04:00
Andrew Dolgov
1874c8d6df
feedparser: properly handle nodeValue of rss channel link element ( closes #692 )
2013-05-23 20:32:54 +04:00
Andrew Dolgov
d1f3fa9791
try to force-convert feed data to utf8
2013-05-17 20:09:43 +04:00
Andrew Dolgov
a3b9fd12c5
fix support of Atom 0.3
2013-05-15 09:09:25 +04:00
kpn3m0
349c4229fd
Feature #686
...
If the feed cannot be parsed there is not particular error but always "Unknown/unsupported feed type". The patch uses the error from the XML parser which gives more detailed error reporting.
2013-05-14 15:32:36 +03:00
Andrew Dolgov
8a95d630a9
fix rss content:encoded not used
2013-05-01 22:05:59 +04:00
Andrew Dolgov
d4992d6b48
add support for dc:subject and slash:comments
2013-05-01 20:55:08 +04:00
Andrew Dolgov
852d4ac890
support RDF-XML feeds
2013-05-01 20:30:52 +04:00
Andrew Dolgov
4c00e15b5d
pass xpath object to feeditem, support media-rss objects
2013-05-01 19:40:43 +04:00
Andrew Dolgov
3c8060aca0
fix get_links() for RSS
2013-05-01 19:09:07 +04:00
Andrew Dolgov
b9eee80e08
parser: add get_links()
2013-05-01 19:08:04 +04:00
Andrew Dolgov
b8f316dc28
change caching to save xml data, remove RDF init section
2013-05-01 17:56:21 +04:00
Andrew Dolgov
04d2f9c831
add basic rss support
2013-05-01 17:38:16 +04:00
Andrew Dolgov
cd07592c29
add basic tinyparser/atom
2013-05-01 17:04:57 +04:00