fix parsing of URLs
This commit is contained in:
parent
27d666dfe1
commit
ce91c52912
3 changed files with 6 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ __all__ = ['InaBrowser']
|
|||
|
||||
class InaBrowser(BaseBrowser):
|
||||
DOMAIN = 'ina.fr'
|
||||
PAGES = {'http://boutique\.ina\.fr/video/.+\.html': BoutiqueVideoPage,
|
||||
PAGES = {'http://boutique\.ina\.fr/(video|audio)/.+\.html': BoutiqueVideoPage,
|
||||
'http://www\.ina\.fr/.+\.html': VideoPage,
|
||||
'http://boutique\.ina\.fr/recherche/.+': SearchPage,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue