Commit graph

9 commits

Author SHA1 Message Date
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
Bezleputh
0297f293a7 [canalplus] do not fill url in search command 2014-05-19 13:48:27 +02:00
Bezleputh
e0753f9a23 [canalplus] fix play and download 2014-05-15 14:49:37 +02:00
Bezleputh
99be5d9e13 [canalplus] fix browsing categories 2014-05-14 23:18:01 +02:00
Pierre Mazière
5769384039 modify canalplus module to use the new BaseVideo/ICapVideo classes 2013-12-22 20:04:53 +01:00
Romain Bignon
f2157c4cfb fix some conversion warnings 2012-04-03 22:40:49 +02:00
Romain Bignon
4c47e42dee convert values to unicode 2012-04-01 15:56:43 +02:00
Laurent Bachelier
5578618b06 Friendlier paths in canalplus
Lowercase, replace some separators.
This shows the point of having a path and a title!
Also try to fix the title if it is all uppercase.
2012-03-13 22:08:46 +01:00
Laurent Bachelier
ec689b1e7f Move all canalplus pages in one file
There isn't enough code to justify multiple files.
Also includes pep8 fixes.
2012-03-13 22:08:45 +01:00
Renamed from modules/canalplus/pages/videopage.py (Browse further)