[francetelevisions] fix #1282
This commit is contained in:
parent
46bf1274db
commit
a9397dbfcf
2 changed files with 6 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue