projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68ff25
)
Remove unused import
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 4 Jan 2015 01:05:35 +0000
(
02:05
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 4 Jan 2015 01:05:35 +0000
(
02:05
+0100)
youtube_dl/downloader/mplayer.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/mplayer.py
b/youtube_dl/downloader/mplayer.py
index 34b23b5c295e178df4892761e6afa62304b07704..72cef30eaf3718ad8932814a627042cc0bdff361 100644
(file)
--- 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,