[zingmp3] Added support for songs and albums

This commit is contained in:
Dao Hoang Son 2014-11-24 03:25:47 +07:00
parent 598c218f7b
commit c66bdc4869
2 changed files with 107 additions and 0 deletions

View file

@ -511,6 +511,10 @@ from .youtube import (
YoutubeWatchLaterIE,
)
from .zdf import ZDFIE
from .zingmp3 import (
ZingMp3SongIE,
ZingMp3AlbumIE,
)
_ALL_CLASSES = [
klass