1
0
Fork 0

[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
commit 64de1a4c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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