[ESPN] Applied second requested fixes for PR #13549

This commit is contained in:
Parmjit Virk 2017-07-05 15:57:52 -05:00
parent 0f427b1cad
commit 1dc4bc1dbc

View File

@ -18,7 +18,7 @@ class ESPNIE(InfoExtractor):
)\.com/ )\.com/
(?: (?:
video/clip(?:\?.*?\bid=|/_/id/)| video/clip(?:\?.*?\bid=|/_/id/)|
watch/player\?.*?\bid= watch/player(?:\?.*?\bid=|/_/id/)
) )
(?P<id>\d+) (?P<id>\d+)
''' '''
@ -62,6 +62,9 @@ class ESPNIE(InfoExtractor):
}, { }, {
'url': 'http://www.espn.com/watch/player?bucketId=257&id=19505875', 'url': 'http://www.espn.com/watch/player?bucketId=257&id=19505875',
'only_matching': True, 'only_matching': True,
}, {
'url': 'http://www.espn.com/watch/player/_/id/19141491',
'only_matching': True,
}, { }, {
'url': 'http://www.espn.com/video/clip?id=10365079', 'url': 'http://www.espn.com/video/clip?id=10365079',
'only_matching': True, 'only_matching': True,