Browse Source

[chilloutzone] Add import

master
Philipp Hagemeister 11 years ago
parent
commit
d914d9d187
1 changed files with 4 additions and 1 deletions
  1. 5
      youtube_dl/extractor/chilloutzone.py

5
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):

Loading…
Cancel
Save