[nowness] fix video extraction and add support serie and playlist extraction (fixes #6720)
This commit is contained in:
parent
4abf617b9c
commit
c23c3d7d7d
2 changed files with 88 additions and 27 deletions
|
@ -403,7 +403,11 @@ from .normalboots import NormalbootsIE
|
|||
from .nosvideo import NosVideoIE
|
||||
from .nova import NovaIE
|
||||
from .novamov import NovaMovIE
|
||||
from .nowness import NownessIE
|
||||
from .nowness import (
|
||||
NownessIE,
|
||||
NownessPlaylistIE,
|
||||
NownessSerieIE,
|
||||
)
|
||||
from .nowtv import NowTVIE
|
||||
from .nowvideo import NowVideoIE
|
||||
from .npo import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue