Commit graph

31 commits

Author SHA1 Message Date
Bezleputh
be0044662e [arte] correct bug when video is not yet available in arte7Plus 2013-10-28 16:19:48 +01:00
Bezleputh
a5d5011979 update arte module to use arte api 2013-10-09 13:58:37 +02:00
Bezleputh
9d933a00eb add liveweb.arte.tv url management in arte module 2013-10-02 20:34:54 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
a2c5566e96 correctly parse input of get_video 2013-08-02 14:12:46 +02:00
Laurent Bachelier
dec819fb8c arte: Prevent module from catching all URLs
The split_id function would make the id2url self.DOMAIN check not work.
2013-08-02 13:25:40 +02:00
Romain Bignon
b99d599aa9 remove parameter max_results from all capabilities 2013-07-27 23:40:24 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +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
Florent
5de9dbd09b Arte supports english too 2013-05-23 16:43:12 +02:00
Florent Fourcot
ab5ee589d2 Fix parsing on german pages 2013-05-16 23:12:36 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Gabriel Kerneis
77edd03768 arte: fix parsing of video title 2012-12-15 17:24:13 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01: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
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
f2157c4cfb fix some conversion warnings 2012-04-03 22:40:49 +02:00
Laurent Bachelier
e958c229e6 Move the "empty search for latest" to collections
There is now a "latest" collection (or "latest_nsfw").
The feature didn't look much used, since it didn't work on many
backends.
Using collections will make it easy to support other things
like most viewed, featured, etc.
As a bonus, I added tests for every backend with the feature.
2012-03-16 03:34:22 +01:00
Laurent Bachelier
9a5a80f21a Fix getting latest Arte videos 2012-03-15 22:55:00 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +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
56691d7ea7 rename iter_search_results to either search_videos and search_gallery (closes #779) 2012-03-12 16:24:33 +01:00
Laurent Bachelier
b1298452d4 Arte is algo German 2012-02-11 19:07:34 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00