Browse Source

[nexx] Fix typo

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
b5434b5c31
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/nexx.py

+ 1
- 1
youtube_dl/extractor/nexx.py View File

@ -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