diff options
author | pukkandan <pukkandan@gmail.com> | 2021-02-18 23:42:56 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-02-19 00:12:21 +0530 |
commit | dca3ff4a5e9628a13881eb556fa675e23671834c (patch) | |
tree | 06eeb1dba67d3809937468b4a24876a8e5c77d86 /youtube_dlc/YoutubeDL.py | |
parent | da9be05edfae2dae0c8019504a557568794a2aad (diff) | |
download | hypervideo-pre-dca3ff4a5e9628a13881eb556fa675e23671834c.tar.lz hypervideo-pre-dca3ff4a5e9628a13881eb556fa675e23671834c.tar.xz hypervideo-pre-dca3ff4a5e9628a13881eb556fa675e23671834c.zip |
[formatsort] Remove forced priority of `quality`
When making `FormatSort`, I misinterpreted the purpose `quality`
Diffstat (limited to 'youtube_dlc/YoutubeDL.py')
-rw-r--r-- | youtube_dlc/YoutubeDL.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dlc/YoutubeDL.py b/youtube_dlc/YoutubeDL.py index 125ce767c..ac892b837 100644 --- a/youtube_dlc/YoutubeDL.py +++ b/youtube_dlc/YoutubeDL.py @@ -2716,8 +2716,6 @@ class YoutubeDL(object): if f.get('preference') is None or f['preference'] >= -1000] header_line = ['format code', 'extension', 'resolution', 'note'] - # if len(formats) > 1: - # table[-1][-1] += (' ' if table[-1][-1] else '') + '(best)' self.to_screen( '[info] Available formats for %s:\n%s' % (info_dict['id'], render_table( header_line, |