correctly parse input of get_video
This commit is contained in:
parent
54b66983e6
commit
a2c5566e96
2 changed files with 15 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ __all__ = ['ArteVideo','ArteLiveVideo']
|
|||
class ArteVideo(BaseVideo):
|
||||
@classmethod
|
||||
def id2url(cls, _id):
|
||||
return 'http://videos.arte.tv/fr/videos/--%s.html' % _id
|
||||
return 'http://videos.arte.tv/fr/videos/%s.html' % _id
|
||||
|
||||
|
||||
class ArteLiveVideo(BaseVideo):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue