1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-06 04:23:32 +08:00

Update imdb.py

update url imdb or screenplay
This commit is contained in:
Arnaud
2016-05-13 15:33:26 +02:00
Unverified
parent cc1028aa6d
commit bd82ce8e26
+1 -1
View File
@@ -12,7 +12,7 @@ from ..utils import (
class ImdbIE(InfoExtractor):
IE_NAME = 'imdb'
IE_DESC = 'Internet Movie Database trailers'
_VALID_URL = r'https?://(?:www|m)\.imdb\.com/video/imdb/vi(?P<id>\d+)'
_VALID_URL = r'https?://(?:www|m).imdb.com/video/(?imdb|screenplay)/vi(?P\d+)'
_TEST = {
'url': 'http://www.imdb.com/video/imdb/vi2524815897',