This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[extractor/common] Fix preference for m3u8 quality selection URL
totalwebcasting
Sergey M․
10 years ago
parent
c010af6f19
commit
9fe6ef7ab2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/common.py
+ 1
- 1
youtube_dl/extractor/common.py
View File
@ -833,7 +833,7 @@ class InfoExtractor(object):
'
url
'
:
m3u8_url
,
'
ext
'
:
ext
,
'
protocol
'
:
'
m3u8
'
,
'
preference
'
:
-
1
,
'
preference
'
:
preference
-
1
if
preference
else
-
1
,
'
resolution
'
:
'
multiple
'
,
'
format_note
'
:
'
Quality selection URL
'
,
}
]
Write
Preview
Loading…
Cancel
Save