youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8be2bdfabd7a24936697f6681bd417de414a554a
parent b4c08069638896e6c565536d52ab8fc9226c91bd
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Wed, 22 Apr 2015 15:05:35 +0800

[YoutubeDL] Remove the redundant assignment to old_filename

Caused by commmit 592e97e8550389e22b716eb33c30584aa3a8d656

Diffstat:
Myoutube_dl/YoutubeDL.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/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: