[chilloutzone] Add import
[youtube-dl] / youtube_dl / extractor / chilloutzone.py
index 39e9d962fcc85cd0273f4a2b9c07c64c40894982..e9903c6139c21d31f0fd011169702927c9693400 100644 (file)
@@ -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):