diff options
author | Grabien <60237587+Grabien@users.noreply.github.com> | 2021-11-27 12:37:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 16:07:45 +0530 |
commit | 909b0d66f47c4fb73ee320f512f0c12502f16294 (patch) | |
tree | 60b9ba5f02c5505404329ebfb943818379311d42 /yt_dlp/extractor/cspan.py | |
parent | dfd78699f59d66fe7cd109c2534240ea0254426c (diff) | |
download | hypervideo-pre-909b0d66f47c4fb73ee320f512f0c12502f16294.tar.lz hypervideo-pre-909b0d66f47c4fb73ee320f512f0c12502f16294.tar.xz hypervideo-pre-909b0d66f47c4fb73ee320f512f0c12502f16294.zip |
[Senate.gov] Add SenateGovIE and fix SenateISVPIE (#1435)
Authored by: Grabien, pukkandan
Diffstat (limited to 'yt_dlp/extractor/cspan.py')
-rw-r--r-- | yt_dlp/extractor/cspan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/cspan.py b/yt_dlp/extractor/cspan.py index 2e01aff48..c717aec3a 100644 --- a/yt_dlp/extractor/cspan.py +++ b/yt_dlp/extractor/cspan.py @@ -18,7 +18,7 @@ from ..utils import ( str_to_int, unescapeHTML, ) -from .senateisvp import SenateISVPIE +from .senategov import SenateISVPIE from .ustream import UstreamIE |