From: Sergey M․ Date: Sun, 30 Aug 2015 20:20:29 +0000 (+0600) Subject: [f4m] Add missing imports X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=db8f2bfd99fccd3ac4d96b49cf34056962a5652f;p=youtube-dl [f4m] Add missing imports --- diff --git a/youtube_dl/downloader/f4m.py b/youtube_dl/downloader/f4m.py index f478fc03c..174180db5 100644 --- a/youtube_dl/downloader/f4m.py +++ b/youtube_dl/downloader/f4m.py @@ -13,6 +13,8 @@ from ..compat import ( compat_urllib_error, ) from ..utils import ( + encodeFilename, + sanitize_open, struct_pack, struct_unpack, xpath_text,