Remove redundant assigning `format_id`
This commit is contained in:
parent
ddc080a562
commit
734dfbb4e3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue