From b3e5bc6a983f6dcae76db46dcbb4946370878af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vidar=20Flesj=C3=B8?= <31620802+vidaritos@users.noreply.github.com> Date: Thu, 31 May 2018 19:55:11 +0200 Subject: [PATCH] indent fix due to copy-paste mistake --- youtube_dl/extractor/nuvid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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