1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-24 00:00:07 -04:00

[chilloutzone] Add import

This commit is contained in:
Philipp Hagemeister
2014-02-07 12:03:19 +01:00
parent 845d14d377
commit d914d9d187
+4 -1
View 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):