diff options
author | Giedrius Statkevičius <giedrius.statkevicius@vinted.com> | 2022-04-28 14:38:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 04:38:36 -0700 |
commit | 4877f9055c68e5da7d91b03bfb384de79440dc89 (patch) | |
tree | 7fe618fba43a9c7e94d4aecfc91b9a680d31328e /yt_dlp/extractor/extractors.py | |
parent | a076c1f97a2fd42555578741323d215010eea767 (diff) | |
download | hypervideo-pre-4877f9055c68e5da7d91b03bfb384de79440dc89.tar.lz hypervideo-pre-4877f9055c68e5da7d91b03bfb384de79440dc89.tar.xz hypervideo-pre-4877f9055c68e5da7d91b03bfb384de79440dc89.zip |
[lrt] Support livestreams (#3555)
Authored by: GiedriusS
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 952738884..070d5cc65 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -640,7 +640,7 @@ from .hungama import ( HungamaAlbumPlaylistIE, ) from .hypem import HypemIE -from .icareus import IcareusIE +from .icareus import IcareusIE from .ichinanalive import ( IchinanaLiveIE, IchinanaLiveClipIE, @@ -814,7 +814,10 @@ from .lnkgo import ( ) from .localnews8 import LocalNews8IE from .lovehomeporn import LoveHomePornIE -from .lrt import LRTIE +from .lrt import ( + LRTVODIE, + LRTStreamIE +) from .lynda import ( LyndaIE, LyndaCourseIE |