diff --git a/yt_dlp/extractor/locipo.py b/yt_dlp/extractor/locipo.py index 5883fe3e79..1e3ef48b99 100644 --- a/yt_dlp/extractor/locipo.py +++ b/yt_dlp/extractor/locipo.py @@ -88,7 +88,6 @@ def _real_extract(self, url: str): ) return { - # traverse_obj(creative_data, ('video', 'hls', {str})) is used to extract the HLS URL 'formats': self._extract_m3u8_formats(m3u8_url=traverse_obj(creative_data, ('video', 'hls', {str})), video_id=creative_id), # type: ignore 'id': creative_id, **traverse_obj(