Commit graph

716 commits

Author SHA1 Message Date
Laurent Bachelier
d9ceecdf8a Add --insecure to the proper place (no group) 2013-01-25 15:48:55 +01:00
Laurent Bachelier
e407fd1dfa Add mplayer2 support 2013-01-25 13:46:55 +01:00
Florent
b100f77f95 Try if attribut exists before to try an access 2013-01-25 10:56:21 +01:00
Romain Bignon
78a5c3767f fix compatibility with python2.6 2013-01-16 17:50:29 +01:00
Romain Bignon
1006e9ff83 ability to give several arguments in 'player_name' config option 2013-01-14 22:29:50 +01:00
Romain Bignon
535d6efc47 more explicit error messages during common import errors 2013-01-14 21:28:47 +01:00
Florent
528cc826ce Allow to exclude some backends
closes #617
2013-01-10 19:05:52 +01:00
Romain Bignon
123eb4f32b add a parameter "convert" 2013-01-10 13:20:34 +01:00
Laurent Bachelier
8bc80db331 Add global "insecure" option to skip SSL validation
closes #930
2013-01-10 09:38:17 +01:00
Laurent Bachelier
4d1e6f8436 Add support for ls -d option (closes #858)
This behaves like the UNIX ls -d.
This should solve the use case of Bug #858; ls was never intended to
work that way before. Users can now chose between the two modes (with or
without -d).
2013-01-10 09:38:09 +01:00
Romain Bignon
a8b1c5ed5b if both credit and debit are empty, set value to 0 2013-01-07 23:03:34 +01:00
Romain Bignon
501c3c8e11 get all strings under this element 2013-01-07 16:34:03 +01:00
Romain Bignon
218159992e add a 'raw' parser 2013-01-05 18:44:23 +01:00
Romain Bignon
40bce697ac add an overridable method to check pixel colors 2013-01-03 18:04:22 +01:00
Romain Bignon
db6ee276fa ability to specify a parser to use on a page handler 2013-01-02 13:48:42 +01:00
Julien Hebert
16edbd9141 prise en charge du rtmp 2012-12-10 18:07:49 +01:00
Julien Hebert
d5ea1ffc2c on est pas sous apple. 2012-12-10 18:07:49 +01:00
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Laurent Bachelier
b3d1a17eaa Remove double import
This was likely introduced by copy-pasting from another file.
See e825a7eac0.
2012-11-24 20:30:31 +01:00
Laurent Bachelier
541d080c9d Use flake8 if available instead of pyflakes
With flake8, we can check for more issues and ignore those who are not
real issues.

This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.

Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Romain Bignon
e825a7eac0 add a ssl timeout (temp fix) 2012-11-24 12:06:13 +01:00
Laurent Bachelier
3eba9a809b Allow multiple CERTHASH values in a module
Also fix typos and usage of reserved hash() function.
2012-11-10 18:22:30 +01:00
Laurent Bachelier
1f310a3d33 Fix many CapVideo-related ConversionWarnings 2012-11-10 18:18:29 +01:00
Romain Bignon
47887d5560 add handler in applications 2012-11-10 13:25:07 +01:00
Florent
894784995a Add new exception BrowserForbidden 2012-11-10 13:23:00 +01:00
Laurent Bachelier
f48c81de53 Properly get to the previous path, not home 2012-11-08 11:51:52 +01:00
Florent
e1ee2fb1e8 Do not use inline link but display links regulary 2012-11-07 20:00:00 +01:00
Florent
3cb78d1729 Add clean_relativ_urls in genericArticle.py
and use it for ecrans.fr
2012-11-07 18:13:03 +01:00
Florent
c1d19e40f8 Get the real thread of an article
Side effect: fix the bug of incorrect date by using boobmsg show
2012-11-07 17:36:35 +01:00
Florent
4a6107615d Increase readability of "id" variable 2012-11-07 17:33:45 +01:00
Florent
1de793307e Take the creation date if no update available 2012-11-07 17:11:34 +01:00
Romain Bignon
8abfd81813 check value of ValueBackendPassword during load 2012-11-01 11:21:59 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Laurent Bachelier
b67a4eefe5 Split GenerericComicReaderTest to stop requiring nose for module usage 2012-10-24 13:38:21 +02:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Laurent Bachelier
571db865ab Simpler acquire_input()
Might work with Python 2.5 as a side-effect of not using delete.
2012-10-21 18:02:06 +02:00
Romain Bignon
3ea8494e80 fix certificate check 2012-09-05 15:55:12 +02:00
Romain Bignon
bf3206418b display a custom bold warning on SSLError 2012-09-01 13:37:18 +02:00
Romain Bignon
56797a7d0c automagically check certificate fingerprint if CERTHASH class attribute is set 2012-09-01 13:36:30 +02:00
Florent
702b56d594 SSL workaround 2012-09-01 12:56:23 +02:00
Romain Bignon
a7c024e3bc strip EUR from amount strings 2012-07-31 16:48:52 +02:00
Romain Bignon
538578c83f don't crash when there the input is empty 2012-07-23 17:25:07 +02:00
Romain Bignon
8677d8b183 raise a BrowserIncorrectPassword exception when handling a 401 2012-07-22 21:12:51 +02:00
Florent
d0c7a18d20 Add suggestion of commands in case of if "unknown"
Very useful to find the good short alias...
2012-07-20 19:32:50 +02:00
Florent
37c68b7ba6 Search and execute short command alias 2012-07-20 19:31:24 +02:00
Romain Bignon
7ee2d29792 clean_amount is now a class method 2012-07-02 14:00:36 +02:00
Romain Bignon
7cf060a5f6 add a check if the year is on two digits 2012-06-27 16:37:03 +02:00
Romain Bignon
8e550b4196 handle UserError during fillobj 2012-06-16 13:52:03 +02:00
Romain Bignon
1cd27395de check if matched arguments in transactions are not None 2012-05-31 13:40:57 +02:00
Florent
bad531679a Fix table formatter with 0.6 version
I didn't see a way to only align header...
2012-05-21 17:47:34 +02:00