youtube-dl

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

commit bd1b906527cf9d37150091a7b1f1cbddd0a11241
parent ecfef3e5bf1bea8a9881b950b4239a0e1b09d10e
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue,  7 Jan 2014 09:42:38 +0100

Remove unusued import

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

diff --git a/youtube_dl/postprocessor/xattrpp.py b/youtube_dl/postprocessor/xattrpp.py @@ -6,7 +6,6 @@ from .common import PostProcessor from ..utils import ( check_executable, hyphenate_date, - preferredencoding, )