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

[ie/locipo] Remove unnecessary comment

This commit is contained in:
gravesducking 2025-07-07 23:59:02 +09:00
parent c991dd7391
commit a0f2dd57a0

View File

@ -88,7 +88,6 @@ def _real_extract(self, url: str):
) )
return { 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 'formats': self._extract_m3u8_formats(m3u8_url=traverse_obj(creative_data, ('video', 'hls', {str})), video_id=creative_id), # type: ignore
'id': creative_id, 'id': creative_id,
**traverse_obj( **traverse_obj(