youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit b5434b5c311dc9031e8fc537d55b406dc1f9abf3
parent 690404a6f8fece454b683b4e40905ebb7d2870a4
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  8 Mar 2018 03:25:04 +0700

[nexx] Fix typo

Diffstat:
Myoutube_dl/extractor/nexx.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/nexx.py b/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+)