diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-23 21:55:51 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-23 21:55:51 +0100 |
commit | c1777d5cb3fb1ae48de79badfe5b8db9963999b4 (patch) | |
tree | ac60437153dcd8d8beea1ed33e47165e288f7b98 /youtube_dl/extractor/__init__.py | |
parent | 784b6d3a9bc79fe55a8b132fd10555c1e9a61c31 (diff) | |
parent | c66bdc48692c516c86481e115a0c84ab49630f62 (diff) |
Merge remote-tracking branch 'daohoangson/zing-mp3'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 43185345e..fb5e6ac77 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -511,6 +511,10 @@ from .youtube import ( YoutubeWatchLaterIE, ) from .zdf import ZDFIE +from .zingmp3 import ( + ZingMp3SongIE, + ZingMp3AlbumIE, +) _ALL_CLASSES = [ klass |