youtube-dl

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

commit 95ceeec72200ed3b2c94a54650eb69dfe946e595
parent b68ff259170711574a1fd779e86bdfea9aaafcf5
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun,  4 Jan 2015 02:05:35 +0100

Remove unused import

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

diff --git a/youtube_dl/downloader/mplayer.py b/youtube_dl/downloader/mplayer.py @@ -4,7 +4,6 @@ import os import subprocess from .common import FileDownloader -from ..compat import compat_subprocess_get_DEVNULL from ..utils import ( check_executable, encodeFilename,