Commit graph

2,177 commits

Author SHA1 Message Date
Florent
3deb8c8fa5 Set an unique id on CIC 2014-10-08 10:43:01 +02:00
Florent
993307e553 Do not import Browser1 exception in twitter 2014-10-08 10:33:43 +02:00
Romain Bignon
7bb4aff1b3 fix parsing of transaction amounts (strip nbsp) 2014-10-07 12:25:34 +02:00
Romain Bignon
e0d2d33299 increase timeout because of slow website 2014-10-07 11:48:24 +02:00
Bezleputh
73c3786a3d [arretssurimages] site changed 2014-10-07 10:21:10 +02:00
Bezleputh
951356a6d7 [feedly] fix unicode warning 2014-10-07 10:21:10 +02:00
Romain Bignon
860492b091 fix certificate hash 2014-10-07 08:46:14 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Romain Bignon
1f95e7631f works with adopteunmec via https 2014-10-06 17:37:52 +02:00
Romain Bignon
a443bc6ca1 fix crash on late departures 2014-10-06 17:30:45 +02:00
Romain Bignon
f1b6d27823 remove useless features of module that don't work anymore 2014-10-06 17:22:40 +02:00
Romain Bignon
be7d49312d add check to prevent prints in weboob modules 2014-10-06 17:22:37 +02:00
Vincent Paredes
1eb96574d0 Revert "the account information div's id change, so we look for the dom structure"
This reverts commit 12d26a64a9. Because they switch back to old site version
2014-10-06 17:02:04 +02:00
Vincent Paredes
c64e8d598b login form is now the second form on the page 2014-10-06 17:02:04 +02:00
Vincent Paredes
63c934f889 adding new md5 for virtkeyboard 2014-10-06 17:02:04 +02:00
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Laurent Bachelier
0db5282f1e quvi: Force relative import 2014-10-06 14:04:50 +02:00
Laurent Bachelier
dadf0f59ae ovs: Force relative import 2014-10-06 14:04:01 +02:00
Laurent Bachelier
140195790e lacentrale: Fix deprecated has_key 2014-10-06 14:03:28 +02:00
Bezleputh
8816be46f5 [leboncoin] fix select values 2014-10-03 15:58:28 +02:00
Romain Bignon
78f6127f9e remove lot of fucking shit and keep card transactions in separate card accounts 2014-10-03 15:56:08 +02:00
Florent
9949bbf919 Move exceptions to weboob.core.exceptions 2014-10-02 11:04:14 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Florent
d014312a3d Add the debug decorator to dresdenwetter filter 2014-10-02 10:56:11 +02:00
Bezleputh
11e124c860 [leboncoin] properly fill object 2014-10-01 17:43:21 +02:00
Bezleputh
88ec57d2a1 [leboncoin] fix test 2014-10-01 17:43:21 +02:00
Laurent Bachelier
981af5e2a9 pastebin: Fix crash on spam page 2014-10-01 16:23:05 +02:00
Romain Bignon
8137bc2d66 do not lock browser2 anymore (closes #1635) 2014-10-01 16:04:17 +02:00
Florent
54a1bc4809 Remove * imports in filters 2014-09-29 22:31:54 +02:00
Bezleputh
9275de4bdb [agendadulibre] fix bug on day number during pagination 2014-09-29 11:40:08 +02:00
Florent
aab2e341f9 Add a @ckeck_bourse decorator for a clean redirect 2014-09-29 10:14:51 +02:00
Florent
cee106a0e5 Add loggedPage on bourse.ingdirect.fr 2014-09-29 10:14:29 +02:00
Romain Bignon
35f03a00a1 fix crash on coming operations 2014-09-29 00:34:54 +02:00
Bezleputh
fd5c565b3b [leboncoin] allow to choose between owner adverts and agency adverts 2014-09-26 22:48:44 +02:00
Bezleputh
695d969682 [leboncoin] handle query.type 2014-09-26 17:33:26 +02:00
Bezleputh
258eb9a56c [leboncoin] fix BROWSER naming 2014-09-26 15:42:38 +02:00
Florent
0b08f614a1 Adapt leboncoin to new API 2014-09-26 10:36:34 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Bezleputh
3297651bdc [leboncoin] fix bugs ( 'Hier' date parsing + getting photo.data) 2014-09-26 00:27:33 +02:00
Bezleputh
3e1a8b735a [CapHousing] add and handle in leboncoin a new house type : UNKNOWN 2014-09-25 15:41:28 +02:00
Bezleputh
6cd0515ffe [leboncoin] add new housing module laboncoin 2014-09-25 10:29:59 +02:00
Florent
a5260326d3 Return the fullid of not found parcel 2014-09-22 17:11:30 +02:00
Florent
6f39752120 Raise ParcelNotFound in colissimo 2014-09-22 17:06:24 +02:00
Florent
59b573cc8e Return the real error message, not "label" 2014-09-22 16:48:31 +02:00