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.
This commit is contained in:
parent
a47b19a8b5
commit
11ad4ac948
5 changed files with 89 additions and 73 deletions
|
|
@ -16,6 +16,6 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
|
||||
from .backend import NewsFeedBackend
|
||||
from .backend import NewsfeedBackend
|
||||
|
||||
__all__ = ['NewsFeedBackend']
|
||||
__all__ = ['NewsfeedBackend']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue