1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[N1] Add support for nova.rs (#1537)

Authored by: u-spec-png
This commit is contained in:
u-spec-png
2021-11-04 15:29:59 +00:00
committed by GitHub
parent 22cd06c452
commit 0f6518938d
2 changed files with 18 additions and 8 deletions

View File

@ -836,7 +836,10 @@ from .myvi import (
)
from .myvideoge import MyVideoGeIE
from .myvidster import MyVidsterIE
from .n1 import N1InfoIIE, N1InfoAssetIE
from .n1 import (
N1InfoAssetIE,
N1InfoIIE,
)
from .nationalgeographic import (
NationalGeographicVideoIE,
NationalGeographicTVIE,