[f4m] Add missing imports
authorSergey M․ <dstftw@gmail.com>
Sun, 30 Aug 2015 20:20:29 +0000 (02:20 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 30 Aug 2015 20:20:29 +0000 (02:20 +0600)
youtube_dl/downloader/f4m.py

index f478fc03cda121698611f1474d37c7448465597f..174180db5bd4e5e42fca7a9feecdf8af4ea5e155 100644 (file)
@@ -13,6 +13,8 @@ from ..compat import (
     compat_urllib_error,
 )
 from ..utils import (
+    encodeFilename,
+    sanitize_open,
     struct_pack,
     struct_unpack,
     xpath_text,