aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorAshish <39122144+Ashish0804@users.noreply.github.com>2021-05-22 17:53:06 +0530
committerGitHub <noreply@github.com>2021-05-22 17:53:06 +0530
commit135e6b93f40e63edb6814765d3d7fa6ab625b4ee (patch)
treeb303f5b7a37f4ca7fde709956c7cbd0051b7151c /yt_dlp/extractor/extractors.py
parent13a49340edd9d6fe6002343469e27b3e4db2c448 (diff)
downloadhypervideo-pre-135e6b93f40e63edb6814765d3d7fa6ab625b4ee.tar.lz
hypervideo-pre-135e6b93f40e63edb6814765d3d7fa6ab625b4ee.tar.xz
hypervideo-pre-135e6b93f40e63edb6814765d3d7fa6ab625b4ee.zip
[SonyLIV] Add SonyLIVSeriesIE (#331)
Authored by: Ashish0804
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 70cbe7ba5..829394ac6 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -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,