diff --git a/youtube_dl/extractor/nuvid.py b/youtube_dl/extractor/nuvid.py index 7133b089f..9bb57ca33 100644 --- a/youtube_dl/extractor/nuvid.py +++ b/youtube_dl/extractor/nuvid.py @@ -22,7 +22,7 @@ class NuvidIE(InfoExtractor): } } - def _real_extract(self, url): + def _real_extract(self, url): video_id = self._match_id(url) page_url = 'https://m.nuvid.com/video/%s' % video_id