diff options
author | Misael Aguayo <aguayo.misael@gmail.com> | 2022-07-10 14:22:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 00:52:30 +0530 |
commit | 17a23f0930e8012bec4e7c3619e0bfc484481971 (patch) | |
tree | e73dcabc50ab364ddee2ab4e9067d2f6916964e6 /yt_dlp/extractor/_extractors.py | |
parent | 258d88f3011a2226361c0642ff680840d49e8092 (diff) | |
download | hypervideo-pre-17a23f0930e8012bec4e7c3619e0bfc484481971.tar.lz hypervideo-pre-17a23f0930e8012bec4e7c3619e0bfc484481971.tar.xz hypervideo-pre-17a23f0930e8012bec4e7c3619e0bfc484481971.zip |
[extractor/syvdk] Add extractor (#4250)
Closes https://github.com/yt-dlp/yt-dlp/issues/4077
Authored by: misaelaguayo
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 2a83c2854..70c5565d9 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1670,6 +1670,7 @@ from .svt import ( SVTSeriesIE, ) from .swrmediathek import SWRMediathekIE +from .syvdk import SYVDKIE from .syfy import SyfyIE from .sztvhu import SztvHuIE from .tagesschau import TagesschauIE |