get the video url
This commit is contained in:
parent
30cc736fbc
commit
accb42fe3b
2 changed files with 30 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ class ArteBrowser(BaseBrowser):
|
|||
ENCODING = None
|
||||
PAGES = {r'http://videos.arte.tv/fr/videos/arte7.*': IndexPage,
|
||||
r'http://videos.arte.tv/fr/do_search/videos/recherche.*': IndexPage,
|
||||
r'http://videos.arte.tv/fr/videos/.*\.html': VideoPage
|
||||
r'http://videos.arte.tv/fr/videos/(?P<id>.+)\.html': VideoPage
|
||||
}
|
||||
|
||||
@id2url(ArteVideo.id2url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue