aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorHa Tien Loi <loiht.b17vt220@stu.ptit.edu.vn>2022-05-07 17:25:58 +0700
committerGitHub <noreply@github.com>2022-05-07 03:25:58 -0700
commit54044decd0d8ffecaa9dee0ec82574c4890dcd8f (patch)
tree45d693847048d376994b6c9834bc8b81a638417c /yt_dlp/extractor/extractors.py
parent89f383c4ee7b0b7674acc5a584fc754df6e5f118 (diff)
downloadhypervideo-pre-54044decd0d8ffecaa9dee0ec82574c4890dcd8f.tar.lz
hypervideo-pre-54044decd0d8ffecaa9dee0ec82574c4890dcd8f.tar.xz
hypervideo-pre-54044decd0d8ffecaa9dee0ec82574c4890dcd8f.zip
[ZingMp3] Add chart and user extractors (#3423)
Authored by: hatienl0i261299
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 0ba129f96..ee5ced11a 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -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