projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc080a
)
Remove redundant assigning `format_id`
author
Seonghyeon Cho
<seonghyeoncho96@gmail.com>
Wed, 13 Oct 2021 11:27:40 +0000
(20:27 +0900)
committer
dirkf
<fieldhouse@gmx.net>
Sat, 5 Feb 2022 03:04:35 +0000
(
03:04
+0000)
youtube_dl/extractor/uol.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/uol.py
b/youtube_dl/extractor/uol.py
index 628adf2199ca7a1d7ebbc9ffece05e2447f59133..59f8e5dc3941a9321015bc6482d5b139a6d7c46a 100644
(file)
--- a/
youtube_dl/extractor/uol.py
+++ b/
youtube_dl/extractor/uol.py
@@
-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',