aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/extractor/zdf.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-01 17:56:37 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-05 00:02:27 +0530
commit29f7c58aafb25a094e267a8a3fb355e102e42792 (patch)
tree5537f53fb970bc5b29370f97e8f190a6e4dc7d4e /youtube_dlc/extractor/zdf.py
parentc2b5f3114ff0f2888af211323ad60505d87fb2fd (diff)
downloadhypervideo-pre-29f7c58aafb25a094e267a8a3fb355e102e42792.tar.lz
hypervideo-pre-29f7c58aafb25a094e267a8a3fb355e102e42792.tar.xz
hypervideo-pre-29f7c58aafb25a094e267a8a3fb355e102e42792.zip
Update to ytdl-2021.01.03
Diffstat (limited to 'youtube_dlc/extractor/zdf.py')
-rw-r--r--youtube_dlc/extractor/zdf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dlc/extractor/zdf.py b/youtube_dlc/extractor/zdf.py
index 7b5ad4a6e..d9b393e6e 100644
--- a/youtube_dlc/extractor/zdf.py
+++ b/youtube_dlc/extractor/zdf.py
@@ -41,7 +41,7 @@ class ZDFBaseIE(InfoExtractor):
class ZDFIE(ZDFBaseIE):
IE_NAME = "ZDF-3sat"
_VALID_URL = r'https?://www\.(zdf|3sat)\.de/(?:[^/]+/)*(?P<id>[^/?]+)\.html'
- _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh')
+ _QUALITIES = ('auto', 'low', 'med', 'high', 'veryhigh', 'hd')
_GEO_COUNTRIES = ['DE']
_TESTS = [{
@@ -131,7 +131,7 @@ class ZDFIE(ZDFBaseIE):
if not ptmd_path:
ptmd_path = t[
'http://zdf.de/rels/streams/ptmd-template'].replace(
- '{playerId}', 'portal')
+ '{playerId}', 'ngplayer_2_4')
ptmd = self._call_api(
urljoin(url, ptmd_path), player, url, video_id, 'metadata')