mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-07 03:32:22 +03:00
Split expanding PTMD template from extracting PTMD data
This commit is contained in:
@@ -71,8 +71,7 @@ class PhoenixIE(ZDFBaseIE):
|
||||
content_id = details['tracking']['nielsen']['content']['assetid']
|
||||
|
||||
info = self._extract_ptmd(
|
||||
'https://tmd.phoenix.de',
|
||||
f'tmd/2/{{playerId}}/vod/ptmd/phoenix/{content_id}',
|
||||
f'https://tmd.phoenix.de/tmd/2/android_native_6/vod/ptmd/phoenix/{content_id}',
|
||||
content_id)
|
||||
|
||||
duration = int_or_none(try_get(
|
||||
|
||||
Reference in New Issue
Block a user