Explorar el Código

[chilloutzone] Add import

Philipp Hagemeister hace 12 años
padre
commit
d914d9d187
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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):