]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/banbye.py
[cleanup] Misc (#8598)
[yt-dlp.git] / yt_dlp / extractor / banbye.py
index dfcc82f021652c0ab44910bdb5c534b98f5bbe06..67af29a962e4b50cbeaec4f396f1e9e1c9ab545d 100644 (file)
@@ -152,7 +152,7 @@ def page_func(page_num):
                 'sort': 'new',
                 'limit': self._PAGE_SIZE,
                 'offset': page_num * self._PAGE_SIZE,
-            }, note=f'Downloading page {page_num+1}')
+            }, note=f'Downloading page {page_num + 1}')
             return [
                 self.url_result(f"{self._VIDEO_BASE}/{video['_id']}", BanByeIE)
                 for video in data['items']