2
0
Эх сурвалжийг харах

[chilloutzone] Add import

Philipp Hagemeister 11 жил өмнө
parent
commit
d914d9d187

+ 4 - 1
youtube_dl/extractor/chilloutzone.py

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