浏览代码

[f4m] Add missing imports

Sergey M․ 10 年之前
父节点
当前提交
db8f2bfd99
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube_dl/downloader/f4m.py

+ 2 - 0
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,