aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/downloader/rtmp.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-17 21:44:41 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-17 21:44:41 +0100
commita91a2c1a83fdd195e850d4ad9c298c01a145ebf0 (patch)
treed523aefea4e4a051d346542d4053abcf227bb5b5 /youtube_dl/downloader/rtmp.py
parent5cda4eda7253d766611363a880af46895c11ad17 (diff)
downloadyoutube-dl-a91a2c1a83fdd195e850d4ad9c298c01a145ebf0.zip
youtube-dl-a91a2c1a83fdd195e850d4ad9c298c01a145ebf0.tar.gz
youtube-dl-a91a2c1a83fdd195e850d4ad9c298c01a145ebf0.tar.bz2
[downloader] Remove various unneeded assignments and imports
Diffstat (limited to 'youtube_dl/downloader/rtmp.py')
-rw-r--r--youtube_dl/downloader/rtmp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/downloader/rtmp.py b/youtube_dl/downloader/rtmp.py
index 79836fe..0a52c34 100644
--- a/youtube_dl/downloader/rtmp.py
+++ b/youtube_dl/downloader/rtmp.py
@@ -11,7 +11,6 @@ from ..compat import compat_str
from ..utils import (
check_executable,
encodeFilename,
- format_bytes,
get_exe_version,
)