mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-12 15:19:08 +03:00
[zingmp3] Added support for songs and albums
This commit is contained in:
@@ -511,6 +511,10 @@ from .youtube import (
|
||||
YoutubeWatchLaterIE,
|
||||
)
|
||||
from .zdf import ZDFIE
|
||||
from .zingmp3 import (
|
||||
ZingMp3SongIE,
|
||||
ZingMp3AlbumIE,
|
||||
)
|
||||
|
||||
_ALL_CLASSES = [
|
||||
klass
|
||||
|
||||
Reference in New Issue
Block a user