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
[promptfile] Remove quality=1 and leave it to default
totalwebcasting
Philipp Hagemeister
10 years ago
parent
8e72edfb19
commit
a81e4eb69d
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/promptfile.py
+ 1
- 1
youtube_dl/extractor/promptfile.py
View File
@ -56,8 +56,8 @@ class PromptFileIE(InfoExtractor):
'
format_id
'
:
'
sd
'
,
'
url
'
:
url
,
'
ext
'
:
determine_ext
(
title
)
,
'
quality
'
:
1
,
}
]
self
.
_sort_formats
(
formats
)
return
{
'
id
'
:
video_id
,
Write
Preview
Loading…
Cancel
Save