1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 14:15:13 +00:00

[ie/zingmp3] Add support for radio and podcasts (#7189)

Authored by: hatienl0i261299
This commit is contained in:
Ha Tien Loi
2023-11-17 05:08:00 +07:00
committed by GitHub
parent f96ab86cd8
commit 64de1a4c25
2 changed files with 232 additions and 25 deletions

View File

@@ -2588,6 +2588,9 @@ from .zingmp3 import (
ZingMp3ChartMusicVideoIE,
ZingMp3UserIE,
ZingMp3HubIE,
ZingMp3LiveRadioIE,
ZingMp3PodcastEpisodeIE,
ZingMp3PodcastIE,
)
from .zoom import ZoomIE
from .zype import ZypeIE