mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
[extractor/drtv] Add series extractors (#5644)
Authored by: FrederikNS Closes #3567
This commit is contained in:
parent
773c272d66
commit
ab4cbeff00
2 changed files with 104 additions and 5 deletions
|
|
@ -475,6 +475,8 @@ from .drtuber import DrTuberIE
|
|||
from .drtv import (
|
||||
DRTVIE,
|
||||
DRTVLiveIE,
|
||||
DRTVSeasonIE,
|
||||
DRTVSeriesIE,
|
||||
)
|
||||
from .dtube import DTubeIE
|
||||
from .dvtv import DVTVIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue