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:
parent
c991dd7391
commit
a0f2dd57a0
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user