implement searches on INA
This commit is contained in:
parent
87cd2bebec
commit
9fb8deb516
5 changed files with 72 additions and 5 deletions
|
|
@ -25,4 +25,4 @@ __all__ = ['InaVideo']
|
|||
class InaVideo(BaseVideo):
|
||||
@classmethod
|
||||
def id2url(cls, _id):
|
||||
return _id
|
||||
return 'http://boutique.ina.fr/video/%s.html' % _id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue