1
0
Fork 0

[ZingMp3] Add chart and user extractors (#3423)

Authored by: hatienl0i261299
This commit is contained in:
Ha Tien Loi 2022-05-07 17:25:58 +07:00 committed by GitHub
commit 54044decd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 229 additions and 16 deletions

View file

@ -2162,6 +2162,10 @@ from .zhihu import ZhihuIE
from .zingmp3 import (
ZingMp3IE,
ZingMp3AlbumIE,
ZingMp3ChartHomeIE,
ZingMp3WeekChartIE,
ZingMp3ChartMusicVideoIE,
ZingMp3UserIE,
)
from .zoom import ZoomIE
from .zype import ZypeIE