浏览代码

[chilloutzone] Add import

Philipp Hagemeister 11 年之前
父节点
当前提交
d914d9d187
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      youtube_dl/extractor/chilloutzone.py

+ 4 - 1
youtube_dl/extractor/chilloutzone.py

@@ -5,7 +5,10 @@ import base64
 import json
 
 from .common import InfoExtractor
-from ..utils import clean_html
+from ..utils import (
+    clean_html,
+    ExtractorError
+)
 
 
 class ChilloutzoneIE(InfoExtractor):