diff options
author | Jesus <heckyel@riseup.net> | 2023-09-11 03:01:59 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-11 03:01:59 +0800 |
commit | 6b34d7cb270b8aed380a60298021c6494dd7964c (patch) | |
tree | 378df432124773bbc7a2baad4a1f1afa3c9b2926 /hypervideo_dl/extractor/_extractors.py | |
parent | 140fe85398b36767835c8a2348a7c38e2724f7dd (diff) | |
download | hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.tar.lz hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.tar.xz hypervideo-6b34d7cb270b8aed380a60298021c6494dd7964c.zip |
update from upstream
Diffstat (limited to 'hypervideo_dl/extractor/_extractors.py')
-rw-r--r-- | hypervideo_dl/extractor/_extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/_extractors.py b/hypervideo_dl/extractor/_extractors.py index f11554b..b788737 100644 --- a/hypervideo_dl/extractor/_extractors.py +++ b/hypervideo_dl/extractor/_extractors.py @@ -1710,7 +1710,10 @@ from .ruv import ( RuvIE, RuvSpilaIE ) -from .s4c import S4CIE +from .s4c import ( + S4CIE, + S4CSeriesIE +) from .safari import ( SafariIE, SafariApiIE, |