Romain Bignon
9fb8d540ba
fix instanciation of parser
2010-04-14 23:52:44 +02:00
Romain Bignon
7663f288a9
fix bnporc to use history
2010-04-14 11:39:58 +02:00
Romain Bignon
c086dc7c6a
works with no storage
2010-04-14 11:33:11 +02:00
Romain Bignon
319fdb0576
fix confirm page pattern
2010-04-14 11:33:02 +02:00
Romain Bignon
3ebdea9faf
several fixes
2010-04-14 09:49:10 +02:00
Romain Bignon
9c828733ab
Merge branch 'master' of ssh+git://git.symlink.me/var/git/pub/juke/weboob
2010-04-14 00:44:55 +02:00
Juke
9363333b34
ADD plateform to disting late_reason and plateform
2010-04-13 19:17:01 +02:00
Christophe Benz
90e3ffad1f
follow API
2010-04-13 16:48:26 +02:00
Christophe Benz
a39b7904b1
use html5lib parser
2010-04-13 16:47:27 +02:00
Christophe Benz
4d82163b41
add video title command
2010-04-13 16:02:13 +02:00
Romain Bignon
6c18b30389
new backend: yweather (Yahoo Weather)
2010-04-12 22:04:17 +02:00
Christophe Benz
89218af7c1
new frontend videoob and new backend for youtube
2010-04-12 16:57:38 +02:00
Romain Bignon
2f297530a8
new Message attribute 'is_html'
2010-04-12 13:45:33 +02:00
Romain Bignon
5db21d01a6
fix detection of new messages
2010-04-12 13:36:15 +02:00
Romain Bignon
b3a6596d25
[aum] new 'profiles walker' optimization feature
2010-04-11 18:07:10 +02:00
Romain Bignon
33922ca89e
BackendStorage class to encapsulate storage for a specific backend
2010-04-11 18:05:37 +02:00
Romain Bignon
637875c49a
[aum] aibility to post answers
2010-04-11 12:03:59 +02:00
Romain Bignon
f3a017cb01
[aum] ICapMessages.iter_[new_]messages() implemented
2010-04-11 11:48:59 +02:00
Romain Bignon
76c4622dc3
[dlfp] ICapMessagesReply.post_reply() implemented
2010-04-10 17:14:59 +02:00
Romain Bignon
c819276f4f
correctly implement iter_messages() to return every messages
2010-04-10 10:24:14 +02:00
Romain Bignon
bdf34a2176
better organisation in storage
2010-04-09 00:15:25 +02:00
Romain Bignon
6e3e93e08b
use storage to store dlfp messages state
2010-04-08 22:34:57 +02:00
Romain Bignon
f0b588a430
maintainer of cragr is now Laurent Bachelier (good riddance!)
2010-04-07 15:17:54 +02:00
Romain Bignon
43a8c0d7da
fix
2010-04-07 15:14:45 +02:00
Romain Bignon
aa5929e9df
fix parsing of accounts list
2010-04-07 15:11:45 +02:00
Romain Bignon
471844cda0
debug messages
2010-04-07 14:51:55 +02:00
Romain Bignon
bd43711fb3
missing file
2010-04-07 14:42:24 +02:00
Romain Bignon
3c11c40ac5
logging on cragr in perhaps fixed.
2010-04-07 14:35:23 +02:00
Romain Bignon
dc706132ab
set description
2010-04-06 22:52:52 +02:00
Romain Bignon
d03bd47981
fix login
2010-04-06 21:02:21 +02:00
Romain Bignon
b8eb34c804
Cragr.home() correctly goes to the specified hostname
2010-04-06 20:46:12 +02:00
Romain Bignon
5795094c6e
typo
2010-04-06 20:42:26 +02:00
Romain Bignon
4faeea1959
new backend 'cragr' (for Credit Agricole bank)
2010-04-06 19:31:38 +02:00
Romain Bignon
c4f3df9f8d
fix method overload
2010-04-05 10:30:54 +02:00
Romain Bignon
9d730fedbd
little fixes
2010-04-04 18:58:14 +02:00
Romain Bignon
d0588a4c6c
fucking workaround to fix bad HTML on DLFP
2010-04-04 18:56:01 +02:00
Romain Bignon
3393fb73e9
abstraction on scheduler
2010-04-04 18:17:01 +02:00
Romain Bignon
e66f47e3fb
can fetch also telegrams
2010-04-04 18:15:07 +02:00
Romain Bignon
69bb9e4826
new bnporc backend
2010-04-04 16:51:42 +02:00
Romain Bignon
655bc10e3e
aibility to backends to define a specific pages charset
2010-04-04 16:51:05 +02:00
Romain Bignon
97d6ad447b
convert comment time to UTC
2010-04-04 15:10:59 +02:00
Romain Bignon
9d6da1e7bb
missing iter_new_message() implementation
2010-04-04 14:38:17 +02:00
Romain Bignon
538b810d06
iter_new_messages() return correctly every articles and comments
2010-04-04 14:37:54 +02:00
Romain Bignon
409c182624
parse articles and comments
2010-04-04 14:37:34 +02:00
Romain Bignon
913d89192e
[dlfp] url2id and id2url functions
2010-04-03 18:01:52 +02:00
Romain Bignon
a045024e80
[backends.aum] little fixes
2010-04-03 17:34:09 +02:00
Romain Bignon
51433d6549
use cElementTree and elementtidy as default encoders, and added wrappers to ElementParser and HTMLParser if they are missing
2010-04-03 17:14:59 +02:00
Romain Bignon
e119a70cec
new system to load backends
...
Now there is a single file ~/.weboob/backends, where every backends are
instancied. There are two ways to create backends for frontends:
- Use Weboob.load_backends(), to load every backends in the config file
- Use Weboob.load_modules(), to instanciate every module one time
2010-04-01 20:05:09 +02:00
Romain Bignon
bc567a2208
missing import
2010-03-31 00:50:05 +02:00
Romain Bignon
b8ca98faa4
[dlfp] new ContentPage
2010-03-31 00:39:08 +02:00