From 1925bb95b72f222682399f0c1575309aa0c7976b Mon Sep 17 00:00:00 2001 From: gravesducking <219445875+gravesducking@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:20:05 +0900 Subject: [PATCH] [ie/locipo] Ignore type check --- yt_dlp/extractor/locipo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/locipo.py b/yt_dlp/extractor/locipo.py index 9bdd8b0bb7..9c8704d3d6 100644 --- a/yt_dlp/extractor/locipo.py +++ b/yt_dlp/extractor/locipo.py @@ -57,7 +57,7 @@ class LocipoIE(InfoExtractor): ] def _real_extract(self, url: str): - creative_id, playlist_id = self._match_valid_url(url).group('creative_id', 'playlist_id') + creative_id, playlist_id = self._match_valid_url(url).group('creative_id', 'playlist_id') # type: ignore if not playlist_id: creative_data = self._download_json(