1
0
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:
Vidar Flesjø 2018-05-31 19:55:11 +02:00 committed by GitHub
parent d6669a296f
commit b3e5bc6a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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