X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Frtmp.py;h=0a52c34c72dd5a24e31e69229b990efc11adcdb4;hb=04e8c1108023d9fe5c466d16f988a469e04f326e;hp=79836fe99ac7c3fa16ae49181039b7bb3df59c9d;hpb=5cda4eda7253d766611363a880af46895c11ad17;p=youtube-dl diff --git a/youtube_dl/downloader/rtmp.py b/youtube_dl/downloader/rtmp.py index 79836fe99..0a52c34c7 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, )