Commit graph

17 commits

Author SHA1 Message Date
Christophe Benz
70d618862a add android user agent 2010-07-20 16:47:41 +02:00
Romain Bignon
08700f4a31 new exception BrowserHTTPError, retry only when this one is raised
For example, on aum, the exception AdopteWait is derived from
BrowserUnavailable, which is normal. But when AdopteWait is raised, we
don't care about retry.

So only HTTP errors attempt to retry.
2010-07-15 23:47:01 +02:00
Romain Bignon
59169cd281 BaseBrowser.openurl uses the open_novisit() method 2010-07-15 22:02:23 +02:00
Christophe Benz
3175883351 implement fillobj() browser method 2010-07-15 01:21:49 +02:00
Christophe Benz
b4c672fa46 new select() helper 2010-07-14 17:14:53 +02:00
Romain Bignon
cd5085f564 moved firefox_cookies into weboob.tools.browser 2010-07-12 23:53:37 +02:00
Christophe Benz
b460b81ba8 use regexp groups with pages 2010-07-12 03:16:08 +02:00
Christophe Benz
351622debc no more display data when Page is not found 2010-07-12 03:16:07 +02:00
Christophe Benz
91cf1fa6a0 explicit user_id in debug 2010-07-12 03:16:07 +02:00
Christophe Benz
1847ea5f34 code clean
code clean
2010-07-12 03:16:03 +02:00
Christophe Benz
166bfea683 add ExpectedElementNotFound exception 2010-07-10 02:30:29 +02:00
Romain Bignon
a4a68d96bc new system to manage optimizations (and new optimization VISIBILITY) 2010-06-30 03:19:38 +02:00
Romain Bignon
d5b1105b9c mechanize 0.2 uses its own ControlNotFoundError exception 2010-06-26 13:38:48 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
e2544a157f remove dead code 2010-06-17 17:04:19 +02:00
Christophe Benz
15d253133b stricter id2url decorator 2010-05-20 16:29:19 +02:00
Christophe Benz
0de0f2a768 rewrite video decorators to be in browser 2010-05-20 11:49:05 +02:00