mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-21 23:33:10 +00:00
flake8
This commit is contained in:
parent
57df9f53e0
commit
f791b41970
1 changed files with 3 additions and 3 deletions
|
@ -1860,9 +1860,9 @@ class YoutubeDL(object):
|
||||||
info_dict.setdefault('__postprocessors', [])
|
info_dict.setdefault('__postprocessors', [])
|
||||||
# info_dict['__postprocessors'].append(subconv)
|
# info_dict['__postprocessors'].append(subconv)
|
||||||
if os.path.exists(encodeFilename(afilename)):
|
if os.path.exists(encodeFilename(afilename)):
|
||||||
self.to_screen(
|
self.to_screen(
|
||||||
'[download] %s has already been downloaded and '
|
'[download] %s has already been downloaded and '
|
||||||
'converted' % afilename)
|
'converted' % afilename)
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
self.post_process(filename, info_dict)
|
self.post_process(filename, info_dict)
|
||||||
|
|
Loading…
Reference in a new issue