X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/5f009a094f0e8450792b097c4c8273622778052d..f9fb3ce86e3c6a0c3c33b45392b8d7288bceba76:/yt_dlp/extractor/banbye.py diff --git a/yt_dlp/extractor/banbye.py b/yt_dlp/extractor/banbye.py index dfcc82f02..67af29a96 100644 --- a/yt_dlp/extractor/banbye.py +++ b/yt_dlp/extractor/banbye.py @@ -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']