mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 11:18:30 +00:00
[ie/locipo] Ignore type check
This commit is contained in:
parent
02133aeb10
commit
1925bb95b7
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user