projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b36a96
)
[nick] Add support for nickelodeon.nl (Closes #10559)
author
Sergey M․
<dstftw@gmail.com>
Mon, 5 Sep 2016 14:33:14 +0000
(21:33 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 5 Sep 2016 14:33:14 +0000
(21:33 +0700)
youtube_dl/extractor/nick.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nick.py
b/youtube_dl/extractor/nick.py
index 64730a624e00132fcf3a57feaa994d0972349428..5a07c846ba048b55ffe9202d6defe9f9c5121d98 100644
(file)
--- a/
youtube_dl/extractor/nick.py
+++ b/
youtube_dl/extractor/nick.py
@@
-69,7
+69,7
@@
class NickIE(MTVServicesInfoExtractor):
class NickDeIE(MTVServicesInfoExtractor):
IE_NAME = 'nick.de'
- _VALID_URL = r'https?://(?:www\.)?
nick\.de
/(?:playlist|shows)/(?:[^/]+/)*(?P<id>[^/?#&]+)'
+ _VALID_URL = r'https?://(?:www\.)?
(?:nick\.de|nickelodeon\.nl)
/(?:playlist|shows)/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_TESTS = [{
'url': 'http://www.nick.de/playlist/3773-top-videos/videos/episode/17306-zu-wasser-und-zu-land-rauchende-erdnusse',
'only_matching': True,