]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/youtube.py
Release 2021.03.01
[yt-dlp.git] / yt_dlp / extractor / youtube.py
index 2e4ce4c128a5a2c4f1373ffe41d57ad4ad00cbb5..8b0d12bb5cb802b60f3af50f988a3ba2fb040394 100644 (file)
@@ -3020,7 +3020,8 @@ def _real_extract(self, url):
             # See: https://github.com/yt-dlp/yt-dlp/issues/116
             if count:
                 self.report_warning('Incomplete yt initial data recieved. Retrying ...')
-            webpage = self._download_webpage(url, item_id,
+            webpage = self._download_webpage(
+                url, item_id,
                 'Downloading webpage%s' % ' (retry #%d)' % count if count else '')
             identity_token = self._extract_identity_token(webpage, item_id)
             data = self._extract_yt_initial_data(item_id, webpage)