[espn] fix fivethirtyeight.com extraction
This commit is contained in:
parent
0dd58a523f
commit
16d3672ad7
2 changed files with 12 additions and 13 deletions
|
@ -15,10 +15,13 @@ class AbcNewsVideoIE(AMPIE):
|
|||
IE_NAME = 'abcnews:video'
|
||||
_VALID_URL = r'''(?x)
|
||||
https?://
|
||||
abcnews\.go\.com/
|
||||
(?:
|
||||
[^/]+/video/(?P<display_id>[0-9a-z-]+)-|
|
||||
video/embed\?.*?\bid=
|
||||
abcnews\.go\.com/
|
||||
(?:
|
||||
[^/]+/video/(?P<display_id>[0-9a-z-]+)-|
|
||||
video/embed\?.*?\bid=
|
||||
)|
|
||||
fivethirtyeight\.abcnews\.go\.com/video/embed/\d+/
|
||||
)
|
||||
(?P<id>\d+)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue