1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[ie/JioSaavn] Add extractors (#8307)

Authored by: awalgarg
This commit is contained in:
Awal Garg
2023-11-16 04:45:06 +05:30
committed by GitHub
parent dcfad52812
commit b530118e7f
2 changed files with 83 additions and 0 deletions

View File

@@ -894,6 +894,10 @@ from .japandiet import (
SangiinIE,
)
from .jeuxvideo import JeuxVideoIE
from .jiosaavn import (
JioSaavnSongIE,
JioSaavnAlbumIE,
)
from .jove import JoveIE
from .joj import JojIE
from .jstream import JStreamIE