Remove redundant assigning `format_id`
authorSeonghyeon Cho <seonghyeoncho96@gmail.com>
Wed, 13 Oct 2021 11:27:40 +0000 (20:27 +0900)
committerdirkf <fieldhouse@gmx.net>
Sat, 5 Feb 2022 03:04:35 +0000 (03:04 +0000)
youtube_dl/extractor/uol.py

index 628adf2199ca7a1d7ebbc9ffece05e2447f59133..59f8e5dc3941a9321015bc6482d5b139a6d7c46a 100644 (file)
@@ -95,7 +95,6 @@ class UOLIE(InfoExtractor):
                 if v:
                     query[k] = v
             f_url = update_url_query(f_url, query)
-            format_id = format_id
             if format_id == 'HLS':
                 m3u8_formats = self._extract_m3u8_formats(
                     f_url, media_id, 'mp4', 'm3u8_native',