[ie/nbc] Rework and adapt extractors to new AdobePass flow (#13131)
Closes #1032, Closes #10874, Closes #11148, Closes #12432 Authored by: bashonly
This commit is contained in:
parent
ed108b3ea4
commit
2d7949d564
4 changed files with 366 additions and 364 deletions
|
|
@ -300,7 +300,6 @@ from .brainpop import (
|
|||
BrainPOPIlIE,
|
||||
BrainPOPJrIE,
|
||||
)
|
||||
from .bravotv import BravoTVIE
|
||||
from .breitbart import BreitBartIE
|
||||
from .brightcove import (
|
||||
BrightcoveLegacyIE,
|
||||
|
|
@ -1262,6 +1261,7 @@ from .nba import (
|
|||
)
|
||||
from .nbc import (
|
||||
NBCIE,
|
||||
BravoTVIE,
|
||||
NBCNewsIE,
|
||||
NBCOlympicsIE,
|
||||
NBCOlympicsStreamIE,
|
||||
|
|
@ -1269,6 +1269,7 @@ from .nbc import (
|
|||
NBCSportsStreamIE,
|
||||
NBCSportsVPlayerIE,
|
||||
NBCStationsIE,
|
||||
SyfyIE,
|
||||
)
|
||||
from .ndr import (
|
||||
NDRIE,
|
||||
|
|
@ -2022,7 +2023,6 @@ from .svt import (
|
|||
SVTSeriesIE,
|
||||
)
|
||||
from .swearnet import SwearnetEpisodeIE
|
||||
from .syfy import SyfyIE
|
||||
from .syvdk import SYVDKIE
|
||||
from .sztvhu import SztvHuIE
|
||||
from .tagesschau import TagesschauIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue