[ESPN] Applied third requested fixes for PR #13549
This commit is contained in:
parent
cf70113498
commit
da12ebcc04
@ -17,8 +17,14 @@ class ESPNIE(InfoExtractor):
|
|||||||
(?:www\.)?espn
|
(?:www\.)?espn
|
||||||
)\.com/
|
)\.com/
|
||||||
(?:
|
(?:
|
||||||
video/clip(?:\?.*?\bid=|/_/id/)|
|
(?:
|
||||||
watch/player(?:\?.*?\bid=|/_/id/)
|
video/clip|
|
||||||
|
watch/player
|
||||||
|
)
|
||||||
|
(?:
|
||||||
|
\?.*?\bid=|
|
||||||
|
/_/id/
|
||||||
|
)
|
||||||
)
|
)
|
||||||
(?P<id>\d+)
|
(?P<id>\d+)
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user