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

[nebula] Add support for subscriptions (#3719)

Closes #3609 
Authored by: hheimbuerger
This commit is contained in:
Henrik Heimbuerger
2022-05-15 13:55:44 +02:00
committed by GitHub
parent d1c4f6d4da
commit f3b3fe16af
2 changed files with 69 additions and 29 deletions

View File

@ -1018,7 +1018,8 @@ from .ndr import (
from .ndtv import NDTVIE
from .nebula import (
NebulaIE,
NebulaCollectionIE,
NebulaSubscriptionsIE,
NebulaChannelIE,
)
from .nerdcubed import NerdCubedFeedIE
from .netzkino import NetzkinoIE