Comment 5 for bug 1213143

Revision history for this message
Alessio Linares (alessio-linares2) wrote :

Hi,
I've read the code where the rss parsing is done, it is kind of hardcoded. So here is my idea (couldn't find a Vala rss parser):
I'm thinking python's feedparser (https://pythonhosted.org/feedparser/) could be used for parsing the rss feed calling a small python script that outputs the relevant information in a convenient way and read it from there. What do you think?