1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-01 07:05:14 +00:00

[ie/jiosaavn] Support playlists (#9622)

Closes #9616
Authored by: bashonly
This commit is contained in:
bashonly
2024-04-07 15:55:46 -05:00
committed by GitHub
parent 4af9d5c2f6
commit 2e94602f24
2 changed files with 124 additions and 58 deletions

View File

@@ -876,6 +876,7 @@ from .jeuxvideo import JeuxVideoIE
from .jiosaavn import (
JioSaavnSongIE,
JioSaavnAlbumIE,
JioSaavnPlaylistIE,
)
from .jove import JoveIE
from .joj import JojIE