aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorHa Tien Loi <loiht.b17vt220@stu.ptit.edu.vn>2023-05-29 12:02:16 +0700
committerGitHub <noreply@github.com>2023-05-29 10:32:16 +0530
commit17d7ca84ea723c20668bd9bfa938be7ea0e64f6b (patch)
tree26df62a769597b37494e56e6a126d8d4e2124ba7 /yt_dlp/extractor/_extractors.py
parentbfdf144c7e5d7a93fbfa9d8e65598c72bf2b542a (diff)
downloadhypervideo-pre-17d7ca84ea723c20668bd9bfa938be7ea0e64f6b.tar.lz
hypervideo-pre-17d7ca84ea723c20668bd9bfa938be7ea0e64f6b.tar.xz
hypervideo-pre-17d7ca84ea723c20668bd9bfa938be7ea0e64f6b.zip
[extractor/zingmp3] Fix and improve extractors (#6367)
Authored by: hatienl0i261299
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index d9028a831..6066b809b 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -2483,6 +2483,7 @@ from .zingmp3 import (
ZingMp3WeekChartIE,
ZingMp3ChartMusicVideoIE,
ZingMp3UserIE,
+ ZingMp3HubIE,
)
from .zoom import ZoomIE
from .zype import ZypeIE