aboutsummaryrefslogtreecommitdiff
path: root/youtube_dlc/extractor/nick.py
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-10-09 07:50:22 +0200
committerUnknown <blackjack4494@web.de>2020-10-09 07:50:22 +0200
commitcf7cb9428745dc744129e0ba90c626919fb98f48 (patch)
tree0611858879cc9ccb6bb82438a95dcc4a7b9ae2b2 /youtube_dlc/extractor/nick.py
parentb6e0c7d2e3bb17b36a3b6e16fa8fd67092658d6c (diff)
[mtvn] update mtv network related extractors
Diffstat (limited to 'youtube_dlc/extractor/nick.py')
-rw-r--r--youtube_dlc/extractor/nick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/nick.py b/youtube_dlc/extractor/nick.py
index 2e8b302ac..04b98f7bd 100644
--- a/youtube_dlc/extractor/nick.py
+++ b/youtube_dlc/extractor/nick.py
@@ -245,5 +245,5 @@ class NickRuIE(MTVServicesInfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
webpage = self._download_webpage(url, video_id)
- mgid = self._extract_mgid(webpage)
+ mgid = self._extract_mgid(webpage, url)
return self.url_result('http://media.mtvnservices.com/embed/%s' % mgid)