1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[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
parent 89f383c4ee
commit 54044decd0
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