From a0f2dd57a077c17bb4da0912b5c72a7674ccd32f Mon Sep 17 00:00:00 2001 From: gravesducking <219445875+gravesducking@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:59:02 +0900 Subject: [PATCH] [ie/locipo] Remove unnecessary comment --- yt_dlp/extractor/locipo.py | 1 - 1 file changed, 1 deletion(-) 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(