|
|
@ -12,7 +12,7 @@ from ..compat import compat_urlparse
|
|
|
|
|
|
|
|
|
|
|
|
class AbcNewsVideoIE(AMPIE):
|
|
|
|
class AbcNewsVideoIE(AMPIE):
|
|
|
|
IE_NAME = 'abcnews:video'
|
|
|
|
IE_NAME = 'abcnews:video'
|
|
|
|
_VALID_URL = 'http://abcnews.go.com/[^/]+/video/(?P<display_id>[0-9a-z-]+)-(?P<id>\d+)'
|
|
|
|
_VALID_URL = 'https?://abcnews.go.com/[^/]+/video/(?P<display_id>[0-9a-z-]+)-(?P<id>\d+)'
|
|
|
|
|
|
|
|
|
|
|
|
_TESTS = [{
|
|
|
|
_TESTS = [{
|
|
|
|
'url': 'http://abcnews.go.com/ThisWeek/video/week-exclusive-irans-foreign-minister-zarif-20411932',
|
|
|
|
'url': 'http://abcnews.go.com/ThisWeek/video/week-exclusive-irans-foreign-minister-zarif-20411932',
|
|
|
|