diff options
| author | Niklas Laxström <niklas.laxstrom@gmail.com> | 2014-02-14 18:14:28 +0200 | 
|---|---|---|
| committer | Niklas Laxström <niklas.laxstrom@gmail.com> | 2014-02-14 18:14:28 +0200 | 
| commit | 66c43a53e4b1b4d4e530ae4dcded2d382d51b264 (patch) | |
| tree | 7fbf11a72b3dd485b7c4c59bbf43a8e4611be36a /youtube_dl/extractor/__init__.py | |
| parent | 72ca1d7f45488d746337cdf61a70ff25d9e8411b (diff) | |
Add support for video.helsinki.fi archives
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 3a8cd8a58..9490df0d8 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -91,6 +91,7 @@ from .generic import GenericIE  from .googleplus import GooglePlusIE  from .googlesearch import GoogleSearchIE  from .hark import HarkIE +from .helsinki import HelsinkiIE  from .hotnewhiphop import HotNewHipHopIE  from .howcast import HowcastIE  from .huffpost import HuffPostIE  | 
