diff options
author | Alexander Seiler <seileralex@gmail.com> | 2022-04-08 08:44:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 23:44:58 -0700 |
commit | 9b8b7a7b5e529fdb9c8d6804b592f7f8eeb3046e (patch) | |
tree | 311800c5d330a70734037dd74fcb462791de72ca /yt_dlp/extractor/extractors.py | |
parent | ab0970b233333632a26f9b2675045ef628f62ce8 (diff) |
[Zattoo] Fix extractors (#2288)
Closes: #1244
Authored by: goggle
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r-- | yt_dlp/extractor/extractors.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py index 3e711c3bb..2aa1e0b45 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -2119,18 +2119,17 @@ from .zattoo import ( EWETVIE, GlattvisionTVIE, MNetTVIE, - MyVisionTVIE, NetPlusIE, OsnatelTVIE, QuantumTVIE, - QuicklineIE, - QuicklineLiveIE, SaltTVIE, SAKTVIE, VTXTVIE, WalyTVIE, ZattooIE, ZattooLiveIE, + ZattooMoviesIE, + ZattooRecordingsIE, ) from .zdf import ZDFIE, ZDFChannelIE from .zee5 import ( |