Remove poor format sorting

Default format sorting produces a significantly better result now that
metadata is available more consistently.
This commit is contained in:
InvalidUsernameException
2025-04-20 19:32:12 +02:00
parent fa2e2f789e
commit 6557fc538e
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class PhoenixIE(ZDFBaseIE):
_VALID_URL = r'https?://(?:www\.)?phoenix\.de/(?:[^/?#]+/)*[^/?#&]*-a-(?P<id>\d+)\.html'
_TESTS = [{
'url': 'https://www.phoenix.de/sendungen/dokumentationen/spitzbergen-a-893349.html',
'md5': '768bbcd67a51fbfb22263ecdbc49146d',
'md5': 'a79e86d9774d0b3f2102aff988a0bd32',
'info_dict': {
'id': '221215_phx_spitzbergen',
'ext': 'mp4',