Mark and deprioritize sign-language variants

This commit is contained in:
InvalidUsernameException
2025-04-20 19:32:11 +02:00
parent 59ba75dbfe
commit f1fe8dc8d2
3 changed files with 35 additions and 25 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class DreiSatIE(ZDFBaseIE):
{str}, any, {require('ptmd path')}))
ptmd_url = self._expand_ptmd_template(player_url, ptmd_path)
aspect_ratio = self._parse_aspect_ratio(video_target.get('aspectRatio'))
info = self._extract_ptmd(ptmd_url, video_id, api_token, aspect_ratio)
info = self._extract_ptmd_urls(ptmd_url, video_id, api_token, aspect_ratio)
return merge_dicts(info, {
**traverse_obj(content, {