1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +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

@ -18,7 +18,7 @@ from ..utils import (
str_to_int,
unescapeHTML,
)
from .senateisvp import SenateISVPIE
from .senategov import SenateISVPIE
from .ustream import UstreamIE