From 6920ad54f61f83f7724f46be862daa5af41785d4 Mon Sep 17 00:00:00 2001 From: v3DJG6GL <72495210+v3DJG6GL@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:50:02 +0200 Subject: [PATCH] Update tests --- yt_dlp/extractor/playsuisse.py | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/yt_dlp/extractor/playsuisse.py b/yt_dlp/extractor/playsuisse.py index b5edf49608..f7ddd001bb 100644 --- a/yt_dlp/extractor/playsuisse.py +++ b/yt_dlp/extractor/playsuisse.py @@ -31,7 +31,7 @@ class PlaySuisseIE(InfoExtractor): 'id': '763211', 'ext': 'mp4', 'title': 'Knochen', - 'description': 'md5:8ea7a8076ba000cd9e8bc132fd0afdd8', + 'description': 'md5:2f88aab021fe3ba4b301ad7456b14cbb', 'duration': 3344, 'series': 'Wilder', 'season': 'Season 1', @@ -42,24 +42,33 @@ class PlaySuisseIE(InfoExtractor): }, }, { # film - 'url': 'https://www.playsuisse.ch/watch/808675', + 'url': 'https://www.playsuisse.ch/detail/2573198', 'md5': '818b94c1d2d7c4beef953f12cb8f3e75', 'info_dict': { - 'id': '808675', + 'id': '2573198', 'ext': 'mp4', - 'title': 'Der Läufer', - 'description': 'md5:9f61265c7e6dcc3e046137a792b275fd', - 'duration': 5280, + 'title': 'Azor', + 'description': 'md5:1550b151bc818fd0d12f6517d9821ddc', + 'genres': 'Fiction', + 'creators': 'Andreas Fontana', + 'cast': 'Fabrizio Rongione, Stéphanie Cléau, Gilles Privat, Alexandre Trocki', + 'location': 'France, Argentine', + 'year': '2021', + 'duration': 5715, 'thumbnail': 're:https://playsuisse-img.akamaized.net/', }, }, { # series (treated as a playlist) 'url': 'https://www.playsuisse.ch/detail/1115687', 'info_dict': { - 'description': 'md5:e4a2ae29a8895823045b5c3145a02aa3', 'id': '1115687', 'series': 'They all came out to Montreux', 'title': 'They all came out to Montreux', + 'description': 'md5:0fefd8c5b4468a0bb35e916887681520', + 'genres': 'Documentary', + 'creators': 'Oliver Murray', + 'location': 'Switzerland', + 'year': '2021', }, 'playlist': [{ 'info_dict': {