mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 02:27:42 -07:00
[nova:embed] Add extractor (closes #17282)
This commit is contained in:
parent
4c86163b60
commit
c707d2067d
2 changed files with 101 additions and 42 deletions
|
@ -741,7 +741,10 @@ from .nonktube import NonkTubeIE
|
|||
from .noovo import NoovoIE
|
||||
from .normalboots import NormalbootsIE
|
||||
from .nosvideo import NosVideoIE
|
||||
from .nova import NovaIE
|
||||
from .nova import (
|
||||
NovaEmbedIE,
|
||||
NovaIE,
|
||||
)
|
||||
from .novamov import (
|
||||
AuroraVidIE,
|
||||
CloudTimeIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue