1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00: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 @@ from .curiositystream import (
CuriosityStreamIE,
CuriosityStreamSeriesIE,
)
from .cwtv import CWTVIE
from .cwtv import (
CWTVIE,
CWTVMovieIE,
)
from .cybrary import (
CybraryCourseIE,
CybraryIE,