[francetelevisions] fix #1282

This commit is contained in:
Bezleputh 2013-12-11 20:29:21 +01:00 committed by Florent
commit a9397dbfcf
2 changed files with 6 additions and 1 deletions

View file

@ -33,6 +33,7 @@ __all__ = ['PluzzBrowser']
class PluzzBrowser(BaseBrowser):
DOMAIN = 'pluzz.francetv.fr'
ENCODING = 'utf-8'
PAGES = {r'http://[w\.]*pluzz.francetv.fr/replay/1': IndexPage,
r'http://[w\.]*pluzz.francetv.fr/recherche.*': IndexPage,
r'http://[w\.]*pluzz.francetv.fr/videos/(.+).html': VideoPage,