[YoutubeDL] Remove the redundant assignment to old_filename

Caused by commmit 592e97e855
pull/8/head
Yen Chi Hsuan 2015-04-22 15:05:35 +08:00
rodzic b4c0806963
commit 8be2bdfabd
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1516,7 +1516,6 @@ class YoutubeDL(object):
pps_chain.extend(ie_info['__postprocessors'])
pps_chain.extend(self._pps)
for pp in pps_chain:
old_filename = info['filepath']
try:
files_to_delete, info = pp.run(info)
except PostProcessingError as e: