logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: d914d9d1873b9d9e4d0b5cc20f3f26ef9c12783e
parent 845d14d377ab8eb54c2c88ddcbb85f59fe7eed78
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri,  7 Feb 2014 12:03:19 +0100

[chilloutzone] Add import

Diffstat:

Myoutube_dl/extractor/chilloutzone.py5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/chilloutzone.py b/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):