1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 08:05:40 +07:00

[ie/cwtv:movie] Add extractor (#12227)

Closes #12113
Authored by: bashonly
This commit is contained in:
bashonly
2025-01-30 13:58:10 -06:00
committed by GitHub
parent f8d0161455
commit 03c3d70577
2 changed files with 59 additions and 2 deletions

View File

@@ -454,7 +454,10 @@
CuriosityStreamIE,
CuriosityStreamSeriesIE,
)
from .cwtv import CWTVIE
from .cwtv import (
CWTVIE,
CWTVMovieIE,
)
from .cybrary import (
CybraryCourseIE,
CybraryIE,