Browse Source

[promptfile] Remove quality=1 and leave it to default

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
a81e4eb69d
1 changed files with 1 additions and 1 deletions
  1. +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', 'format_id': 'sd',
'url': url, 'url': url,
'ext': determine_ext(title), 'ext': determine_ext(title),
'quality': 1,
}] }]
self._sort_formats(formats)
return { return {
'id': video_id, 'id': video_id,


Loading…
Cancel
Save