1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[SonyLIV] Add SonyLIVSeriesIE (#331)

Authored by: Ashish0804
This commit is contained in:
Ashish
2021-05-22 17:53:06 +05:30
committed by GitHub
parent 13a49340ed
commit 135e6b93f4
2 changed files with 50 additions and 2 deletions

View File

@ -1184,7 +1184,10 @@ from .slideslive import SlidesLiveIE
from .slutload import SlutloadIE
from .snotr import SnotrIE
from .sohu import SohuIE
from .sonyliv import SonyLIVIE
from .sonyliv import (
SonyLIVIE,
SonyLIVSeriesIE,
)
from .soundcloud import (
SoundcloudEmbedIE,
SoundcloudIE,