From cc186aa0088f3716ffae77ed4089ac2edbf6974a Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:53:27 +0000 Subject: [PATCH] replace dead test --- yt_dlp/extractor/goplay.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yt_dlp/extractor/goplay.py b/yt_dlp/extractor/goplay.py index 3fe1734c0d..751b8d5ec2 100644 --- a/yt_dlp/extractor/goplay.py +++ b/yt_dlp/extractor/goplay.py @@ -39,12 +39,12 @@ class GoPlayIE(InfoExtractor): 'params': {'skip_download': True}, 'skip': 'This video is only available for registered users', }, { - 'url': 'https://www.goplay.be/video/fantastic-beasts-the-secrets-of-dumbledore', + 'url': 'https://www.goplay.be/video/1917', 'info_dict': { - 'id': '046a91f1-db9c-41ff-8652-d35881ea72c4', + 'id': '40cac41d-8d29-4ef5-aa11-75047b9f0907', 'ext': 'mp4', - 'title': 'Fantastic Beasts: The Secrets of Dumbledore', - 'description': r're:Professor Albus Dumbledore ontdekt dat de duistere tovenaar .{132}', + 'title': '1917', + 'description': r're:Op het hoogtepunt van de Eerste Wereldoorlog krijgen twee jonge .{94}', }, 'params': {'skip_download': True}, 'skip': 'This video is only available for registered users',