1
0
Fork 0

[lrt] Support livestreams (#3555)

Authored by: GiedriusS
This commit is contained in:
Giedrius Statkevičius 2022-04-28 14:38:36 +03:00 committed by GitHub
commit 4877f9055c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 10 deletions

View file

@ -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