[youtube] Remove info el for get_video_info request
[youtube-dl] / youtube_dl / extractor / zattoo.py
index 896276301e49a53010bf9b6a07b4ea545b1e64fd..ee514666b3e6ae274ccc5f97c964a9d2cbaacd18 100644 (file)
@@ -420,3 +420,14 @@ class EinsUndEinsTVIE(ZattooIE):
         'url': 'https://www.1und1.tv/watch/abc/123-abc',
         'only_matching': True,
     }]
+
+
+class SaltTVIE(ZattooIE):
+    _NETRC_MACHINE = 'salttv'
+    _HOST = 'tv.salt.ch'
+    _VALID_URL = _make_valid_url(ZattooIE._VALID_URL_TEMPLATE, _HOST)
+
+    _TESTS = [{
+        'url': 'https://tv.salt.ch/watch/abc/123-abc',
+        'only_matching': True,
+    }]