Commit graph

16 commits

Author SHA1 Message Date
Bezleputh
339283a3c3 [seloger] fix #1883 handle special characters 2015-05-17 16:29:11 +02:00
Bezleputh
725adb1ed4 [seloger] fix obj filling 2014-10-14 13:39:42 +02:00
Bezleputh
8ac7bbb434 [seloger] adapt to browser2 2014-10-11 14:20:36 +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
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Laurent Bachelier
f489f51f62 Yet another fix for compatibility with Python 2.5 2012-03-27 03:55:47 +02:00
Romain Bignon
bb06a46abf fix unicode issues 2012-03-12 13:57:20 +01:00
Romain Bignon
f5ca33f80e can looking for a rent or a sale 2012-02-19 18:35:33 +01:00
Romain Bignon
1d23f42ffa loop on all results pages 2012-02-18 16:21:43 +01:00
Romain Bignon
b6379f7f37 add parameter 'nb_rooms' in queries 2012-02-17 13:25:06 +01:00
Romain Bignon
0b74d5a8c4 use mobile API to search housings too 2012-02-16 17:04:54 +01:00
Romain Bignon
7f01e431a6 use an android useragent 2012-02-15 23:01:10 +01:00
Romain Bignon
2a860200b9 use mobile API to parse housing informations 2012-02-14 18:23:19 +01:00
Romain Bignon
0c522d948a add housing photos 2012-02-11 19:06:39 +01:00
Romain Bignon
42941589c5 add module 'seloger' 2012-02-11 16:25:19 +01:00