[ie/locipo] Remove unnecessary comment

pull/13656/head
gravesducking 1 month ago
parent c991dd7391
commit a0f2dd57a0

@ -88,7 +88,6 @@ class LocipoIE(InfoExtractor):
)
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(

Loading…
Cancel
Save