Laurent Bachelier
6161a0aacd
pep8 fixes, modernizations
...
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
Also includes some manual reindentations (many are left after the print()
changes).
Manually checked, some modernizations not commited here.
2014-10-10 23:41:43 +02:00
Laurent Bachelier
e2ac8687c6
Always raise instances of NotImplementedError
2014-10-10 23:41:43 +02:00
Oleg Plakhotniuk
cbd084283d
Improved Wells Fargo module stability.
...
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-10-10 23:40:57 +02:00
Romain Bignon
b1f20b5489
fix bcall to to new behavior of do(), and fix QtDo too, and all Qt applications...
2014-10-10 17:34:48 +02:00
Romain Bignon
7339258978
fix fillobj on video thumbnail
2014-10-10 17:33:50 +02:00
Florent
768be7fcc6
Fix "show" for threads in boobmsg
2014-10-10 14:56:40 +02:00
Romain Bignon
eea0eaa2d5
fix compatibility with the new behavior of do()
2014-10-10 14:19:05 +02:00
Florent
628c63f899
Remove backend for do() calls
2014-10-10 14:11:45 +02:00
Florent
40a8bc0ce1
Creditcoop/perso : upgrade to browser2
2014-10-10 11:49:49 +02:00
Bezleputh
05a2a8cc9c
[pap] exclude adverts from other websites
2014-10-10 11:30:05 +02:00
Florent
6f5f41fe57
Use find object
2014-10-10 10:21:11 +02:00
Laurent Bachelier
23b4cc909f
Add has-class xpath function
...
Taken from https://gist.github.com/shirk3y/458224083ce5464627bc
2014-10-10 10:09:14 +02:00
Florent
17163cb278
Upgrade to browser2
2014-10-10 10:07:51 +02:00
Florent
c3cbebfeef
Add a trivial Android profile
2014-10-10 10:07:47 +02:00
Bezleputh
f00c9233c3
[pap] adapt to browser2
2014-10-09 16:14:42 +02:00
Romain Bignon
c3c2ed404a
return correct exit status code for enable and disable commands
2014-10-09 15:23:18 +02:00
Florent
2d5bd37756
Documentation on -dd
2014-10-09 13:33:43 +02:00
Florent
4f33f914ad
Allow to load a module with config=None
2014-10-09 13:24:52 +02:00
Romain Bignon
22c436bcb8
documentation
2014-10-08 17:10:13 +02:00
Romain Bignon
a2a9db4f09
create PrintProgress class instead of using IProgress as default one
2014-10-08 17:10:13 +02:00
Romain Bignon
a8477c14f2
add __getitem__ on WebNip to get a loaded backend by name
2014-10-08 17:10:13 +02:00
Romain Bignon
1a8a0db712
WebNip.iter_backends takes a new optional parameter 'module'
2014-10-08 17:10:13 +02:00
Florent
f5e5584004
Prepare removing of backend in do calls
2014-10-08 17:04:40 +02:00
Florent
fab37e2533
Update send_mail to prepare removing of backend
2014-10-08 16:59:13 +02:00
Florent
93bc66fc60
Prepare to remove backend in do() calls
2014-10-08 16:51:29 +02:00
Laurent Bachelier
e52e85022a
logging: Restore more discreet DEBUG color
2014-10-08 15:52:12 +02:00
Laurent Bachelier
72819cdb67
html2text: Use the class if possible
2014-10-08 15:45:40 +02:00
Laurent Bachelier
362b441445
newsfeed: No need for workaround with feedparser>=5.1
2014-10-08 15:45:40 +02:00
Romain Bignon
3ed6103740
use the new browser
2014-10-08 15:42:58 +02:00
Romain Bignon
65ece349db
HTMLPage checks the inner charset and parse again document if it is not the same than Content-Type HTTP header
2014-10-08 15:42:58 +02:00
Florent
dea6f1cf76
Fix printing of categories
2014-10-08 14:52:45 +02:00
Bezleputh
d73c6b2245
Add a " LIMIT " keyword in conditions
2014-10-08 13:05:40 +02:00
Romain Bignon
e877f8faa6
fix parsing of huge account balances
2014-10-08 13:02:34 +02:00
Bezleputh
c2654ba06d
[CapHousing] fix pep8
2014-10-08 10:45:31 +02:00
Bezleputh
6414d65d5d
[leboncoin] remove commented code
2014-10-08 10:45:31 +02:00
Bezleputh
cdab615d92
[leboncoin] management of url field
2014-10-08 10:45:31 +02:00
Bezleputh
77995378c5
[housing] adding a url field in housing capability and management of it in flatboob
2014-10-08 10:45:31 +02:00
Bezleputh
c277d2dae7
[leboncoin] fix number of rooms select parsing
2014-10-08 10:45:31 +02:00
Bezleputh
d0bf9b0ec1
[leboncoin] fix pagination
2014-10-08 10:45:30 +02:00
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
Florent
e32a45b187
Update BrowserIncorrectPassword import
2014-10-08 10:27:59 +02:00
Laurent Bachelier
7be9a6468b
logging: Create a new level DEBUG_FILTERS
...
This is a cleaner approach that requires less configuration
in other applications.
This also easily allows us to have another color.
Many checks were made on being exactly at the DEBUG level, they were
fixed to also check on being below DEBUG (i.e. DEBUG_FILTERS).
2014-10-07 17:11:09 +02:00
Laurent Bachelier
822c1a3607
Proper English
2014-10-07 16:47:28 +02:00
Laurent Bachelier
a330b08262
logging: Better colors
...
Inspired by https://github.com/borntyping/python-colorlog
INFO had no colors.
You can run weboob/tools/log.py to test them.
2014-10-07 16:44:39 +02:00
Laurent Bachelier
24aea160b1
logging: Output to stderr, not stdout
2014-10-07 16:10:51 +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