Sergey M․
6 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/nexx.py
|
|
@ -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+) |
|
|
|