refactor _extract_ptmd, remove extract_ptmd_urls

Authored by: bashonly
This commit is contained in:
bashonly
2025-04-30 03:52:05 -05:00
parent 3839ec0b21
commit 8dba129c8a
3 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class PhoenixIE(ZDFBaseIE):
title = title or details['title']
content_id = details['tracking']['nielsen']['content']['assetid']
info = self._extract_ptmd_urls(
info = self._extract_ptmd(
f'https://tmd.phoenix.de/tmd/2/android_native_6/vod/ptmd/phoenix/{content_id}',
content_id)