1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

[ie/blackboardcollaborate] Support subtitles and authwalled videos (#12473)

Authored by: flanter21
This commit is contained in:
flanter21
2025-07-17 02:17:48 +03:00
committed by GitHub
parent 3a84be9d16
commit dcc4cba39e
2 changed files with 135 additions and 16 deletions

View File

@@ -273,7 +273,10 @@ from .bitchute import (
BitChuteChannelIE,
BitChuteIE,
)
from .blackboardcollaborate import BlackboardCollaborateIE
from .blackboardcollaborate import (
BlackboardCollaborateIE,
BlackboardCollaborateLaunchIE,
)
from .bleacherreport import (
BleacherReportCMSIE,
BleacherReportIE,