diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-29 01:07:18 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-29 01:07:18 +0200 | 
| commit | a81e4eb69d36a135ddfe8fe7e758a7b0c108315d (patch) | |
| tree | e02fc65fd4da7bb2718952883caab572fe1a6f5a | |
| parent | 8e72edfb19b5f6f87210f62f02fe876789641dbe (diff) | |
[promptfile] Remove quality=1 and leave it to default
| -rw-r--r-- | youtube_dl/extractor/promptfile.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/promptfile.py b/youtube_dl/extractor/promptfile.py index 9ef49b19a..463e85501 100644 --- a/youtube_dl/extractor/promptfile.py +++ b/youtube_dl/extractor/promptfile.py @@ -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,  | 
