get the video url

This commit is contained in:
Romain Bignon 2010-08-13 10:42:31 +02:00
commit accb42fe3b
2 changed files with 30 additions and 4 deletions

View file

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