Remove redundant assigning format_id
This commit is contained in:
parent
ddc080a562
commit
734dfbb4e3
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ class UOLIE(InfoExtractor):
|
||||||
if v:
|
if v:
|
||||||
query[k] = v
|
query[k] = v
|
||||||
f_url = update_url_query(f_url, query)
|
f_url = update_url_query(f_url, query)
|
||||||
format_id = format_id
|
|
||||||
if format_id == 'HLS':
|
if format_id == 'HLS':
|
||||||
m3u8_formats = self._extract_m3u8_formats(
|
m3u8_formats = self._extract_m3u8_formats(
|
||||||
f_url, media_id, 'mp4', 'm3u8_native',
|
f_url, media_id, 'mp4', 'm3u8_native',
|
||||||
|
|
Loading…
Reference in a new issue