Commit graph

10 commits

Author SHA1 Message Date
Bezleputh
cdc4410170 [arte] adapt to browser2
* use of browser 2
* choose between videos version (ie: subtitles or not)
* support of cinema.arte.tv
2015-03-13 00:05:36 +01: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
Bezleputh
648fc82b39 [arte] use M3U8 format instead of HBBTV 2014-07-29 17:37:54 +02:00
Bezleputh
d61d3ba6a4 [arte] fix : arte-live site changes 2014-02-06 19:27:47 +01:00
Bezleputh
a5d5011979 update arte module to use arte api 2013-10-09 13:58:37 +02:00
Romain Bignon
a2c5566e96 correctly parse input of get_video 2013-08-02 14:12:46 +02:00
François Revol
bd54e2329f arte: Fix id2url()
The website now requires the id to be prefixed with "--" in the video page url,
to separate it from the optional keywords.
2013-06-04 14:36:45 +02:00
Romain Bignon
4ee284b2ab fixes
- parse video xml with lxml instead of regexpes
- add a prefix to IDs to know what kind of object it is
2013-05-28 12:52:15 +02:00
Bezleputh
d1fd5de309 ajout de la prise en charge de Arte Live Web par le module arte
Signed-off-by: Bezleputh <carton_ben@yahoo.fr>
Signed-off-by: Romain Bignon <romain@budget-insight.com>
2013-05-28 12:52:15 +02:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/arte/video.py (Browse further)