X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fdownloader%2Frtmp.py;h=0a52c34c72dd5a24e31e69229b990efc11adcdb4;hb=5bca2424bc2dfb15b5394a51fa5befd7148edc41;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, )