1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-18 19:28:31 +00:00

[ie/locipo] Ignore type check

This commit is contained in:
gravesducking 2025-07-09 23:20:05 +09:00
parent 02133aeb10
commit 1925bb95b7

View File

@ -57,7 +57,7 @@ class LocipoIE(InfoExtractor):
] ]
def _real_extract(self, url: str): 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: if not playlist_id:
creative_data = self._download_json( creative_data = self._download_json(