Преглед на файлове

[YoutubeDL] Remove the redundant assignment to old_filename

Caused by commmit 592e97e8550389e22b716eb33c30584aa3a8d656
Yen Chi Hsuan преди 10 години
родител
ревизия
8be2bdfabd
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      youtube_dl/YoutubeDL.py

+ 0 - 1
youtube_dl/YoutubeDL.py

@@ -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: