aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/nick.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-12-31 22:47:18 +0100
committerremitamine <remitamine@gmail.com>2015-12-31 22:47:18 +0100
commite565cf6048739fdfdfbab19e4b35c37a53865807 (patch)
treeecb3d46a1c82508cbb26455fd34edafe817a2d26 /youtube_dl/extractor/nick.py
parent59f197aec1699d51078c69df7f8c34874e444caf (diff)
downloadyoutube-dl-e565cf6048739fdfdfbab19e4b35c37a53865807.zip
youtube-dl-e565cf6048739fdfdfbab19e4b35c37a53865807.tar.gz
youtube-dl-e565cf6048739fdfdfbab19e4b35c37a53865807.tar.bz2
[nextmovie] Add new extractor
Diffstat (limited to 'youtube_dl/extractor/nick.py')
-rw-r--r--youtube_dl/extractor/nick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/nick.py b/youtube_dl/extractor/nick.py
index 4840368..b62819a 100644
--- a/youtube_dl/extractor/nick.py
+++ b/youtube_dl/extractor/nick.py
@@ -56,7 +56,7 @@ class NickIE(MTVServicesInfoExtractor):
def _get_feed_query(self, uri):
return compat_urllib_parse.urlencode({
'feed': 'nick_arc_player_prime',
- 'mgid': uri
+ 'mgid': uri,
})
def _extract_mgid(self, webpage):