mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 07:12:58 +08:00
indent fix due to copy-paste mistake
This commit is contained in:
parent
d6669a296f
commit
b3e5bc6a98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user