[nexx] Fix typo

master
Sergey M․ 6 years ago
parent 690404a6f8
commit b5434b5c31
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -21,7 +21,7 @@ class NexxIE(InfoExtractor):
_VALID_URL = r'''(?x)
(?:
https?://api\.nexx(?:\.cloud|cdn\.com)/v3/(?P<domain_id>\d+)/videos/byid/|
nexx:(?P<domain_id_s>\d+)?:|
nexx:(?:(?P<domain_id_s>\d+):)?|
https?://arc\.nexx\.cloud/api/video/
)
(?P<id>\d+)

Loading…
Cancel
Save