Florent
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +02:00
Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Vincent Texier
4b9d48a391
Fix bug bad characters in titles
...
The parser returns duble encoded unicode titles we have to convert to utf-8
2014-06-19 18:00:17 +02:00
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
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
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00