Commit graph

16 commits

Author SHA1 Message Date
Bezleputh
a02d34827d [newsfeed] Boobmsg crashes if id is None 2014-05-06 22:32:41 +02:00
Romain Bignon
535d6efc47 more explicit error messages during common import errors 2013-01-14 21:28:47 +01:00
Florent
1de793307e Take the creation date if no update available 2012-11-07 17:11:34 +01:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Florent
1e4851296c Add rsscomment to newsfeed 2012-03-06 19:30:58 +01:00
Romain Bignon
95ad372afc fix: create an 'id' attribute even if missing in the entry 2012-02-19 13:33:09 +01:00
Romain Bignon
a0e4171af3 fix Newsfeed and GenericBackend 2012-02-18 17:40:22 +01:00
Florent
a195a5e9c8 Small fixe of the "rssid" method usage (updated)
Sorry, I did a little mistake.

Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-17 16:08:53 +01:00
Romain Bignon
fa37ef38e3 fix to remove fucking hack from feedparser >= 5.0 (closes #649) 2011-04-24 16:58:20 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Romain Bignon
8012afe847 replace 'url2id' predicate with 'rssid' 2011-02-24 21:34:32 +01:00
Romain Bignon
fe39601810 backend newsfeed version is 0.3 (conforming to weboob version) 2010-10-16 18:58:54 +02:00
Clément Schreiner
11ad4ac948 Finished first version of newsfeed backend.
- Several feeds tested with QBoobMsg and apparently working correctly.
 - NewsfeedBackend.set_message_read() untested, but should be working.
 - weboob.tools.newsfeed provides content even when not provided as such by the
feed, using the "summary" instead.
2010-10-16 18:47:51 +02:00
Clément Schreiner
3f78167be5 Add missing copyright comments 2010-10-16 18:47:51 +02:00
Clément Schreiner
6472fdbc3f Removed test (that prevented the NewsFeed backend to work) 2010-10-16 18:47:51 +02:00
Clément Schreiner
a5470b9ce6 Add tool to manage RSS/Atom feeds
- weboob.tools.newsfeed a class representing a feed
 - the DLFP backend has been updated to use weboob.tools.newsfeed
2010-10-16 18:47:51 +02:00