Bezleputh
91f11bc948
[ina] fix : site changed
2014-02-24 20:11:45 +01:00
Pierre Mazière
d27db46fd0
modify ina module to use the new BaseVideo/ICapVideo classes
2013-12-22 20:04:53 +01:00
Laurent Bachelier
c193cae3b9
No need to support deprecated cgi module
2013-07-27 15:19:58 +02:00
Laurent Bachelier
be3e19a203
try/except import are now handled by flake8 2.0+ / pyflakes 0.6+
2013-03-19 19:10:20 +01:00
Laurent Bachelier
abe3f3c4a0
ina: Try to handle more videos
...
Also, the URLs are now closer to what a real browser loads. It still
does not work though.
2013-01-10 09:38:07 +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
Laurent Bachelier
1f310a3d33
Fix many CapVideo-related ConversionWarnings
2012-11-10 18:18:29 +01:00
Romain Bignon
ef07a9e795
do not use thumbnail_url anymore ( closes #810 ), use set_empty_fields() method, do not give fields in constructor of BaseVideo anymore
2012-03-12 17:16:42 +01:00
Romain Bignon
ce91c52912
fix parsing of URLs
2012-01-31 18:08:09 +01:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00