1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 06:05:13 +00:00

[extractor/cspan] Support of C-Span congress videos (#2295)

Authored by: Grabien
This commit is contained in:
Grabien
2022-02-16 21:21:05 +02:00
committed by GitHub
parent 85a0ad0117
commit edecb5f81f
2 changed files with 49 additions and 3 deletions

View File

@@ -316,7 +316,7 @@ from .crunchyroll import (
CrunchyrollBetaIE,
CrunchyrollBetaShowIE,
)
from .cspan import CSpanIE
from .cspan import CSpanIE, CSpanCongressIE
from .ctsnews import CtsNewsIE
from .ctv import CTVIE
from .ctvnews import CTVNewsIE