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

[extractor/drtv] Add series extractors (#5644)

Authored by: FrederikNS
Closes #3567
This commit is contained in:
Frederik Nordahl Jul Sabroe
2023-01-06 20:07:52 +01:00
committed by GitHub
parent 773c272d66
commit ab4cbeff00
2 changed files with 104 additions and 5 deletions

View File

@ -475,6 +475,8 @@ from .drtuber import DrTuberIE
from .drtv import (
DRTVIE,
DRTVLiveIE,
DRTVSeasonIE,
DRTVSeriesIE,
)
from .dtube import DTubeIE
from .dvtv import DVTVIE