implement searches on INA

This commit is contained in:
Romain Bignon 2010-08-31 14:44:39 +02:00
commit 9fb8deb516
5 changed files with 72 additions and 5 deletions

View file

@ -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