aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/YoutubeDL.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-02-18 23:42:56 +0530
committerpukkandan <pukkandan@gmail.com>2021-02-19 00:12:21 +0530
commitdca3ff4a5e9628a13881eb556fa675e23671834c (patch)
tree06eeb1dba67d3809937468b4a24876a8e5c77d86 /youtube_dlc/YoutubeDL.py
parentda9be05edfae2dae0c8019504a557568794a2aad (diff)
downloadhypervideo-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.py2
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,