1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[Senate.gov] Add SenateGovIE and fix SenateISVPIE (#1435)

Authored by: Grabien, pukkandan
This commit is contained in:
Grabien
2021-11-27 12:37:45 +02:00
committed by GitHub
parent dfd78699f5
commit 909b0d66f4
5 changed files with 216 additions and 156 deletions

View File

@@ -1285,7 +1285,7 @@ from .scte import (
SCTECourseIE,
)
from .seeker import SeekerIE
from .senateisvp import SenateISVPIE
from .senategov import SenateISVPIE, SenateGovIE
from .sendtonews import SendtoNewsIE
from .servus import ServusIE
from .sevenplus import SevenPlusIE