1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-21 07:28:52 +00:00

[ie/nebula:season] Add extractor (#15347)

Closes #15343
Authored by: 0xvd, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
0x∅
2025-12-20 07:21:09 +05:30
committed by GitHub
parent a6a8f6b6d6
commit f5270705e8
2 changed files with 54 additions and 0 deletions

View File

@@ -1279,6 +1279,7 @@ from .nebula import (
NebulaChannelIE,
NebulaClassIE,
NebulaIE,
NebulaSeasonIE,
NebulaSubscriptionsIE,
)
from .nekohacker import NekoHackerIE