[lbry] add support for channel extraction(closes #25584)

This commit is contained in:
Remita Amine
2020-12-08 14:53:22 +01:00
parent e7eff914cd
commit c368dc98e0
2 changed files with 141 additions and 43 deletions

View File

@@ -534,7 +534,10 @@ from .laola1tv import (
EHFTVIE,
ITTFIE,
)
from .lbry import LBRYIE
from .lbry import (
LBRYIE,
LBRYChannelIE,
)
from .lci import LCIIE
from .lcp import (
LcpPlayIE,