From 8fb3a99c34af2f983a56af54089de7b3567442ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miha=20Frange=C5=BE?= <miha.frangez@gmail.com> Date: Mon, 15 Feb 2021 15:33:21 +0100 Subject: [PATCH] [RTV SLO 4D] Fixed test that failed due to different sorting --- youtube_dl/extractor/rtvslo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/rtvslo.py b/youtube_dl/extractor/rtvslo.py index fd9bd02fa..96abd4438 100644 --- a/youtube_dl/extractor/rtvslo.py +++ b/youtube_dl/extractor/rtvslo.py @@ -14,7 +14,7 @@ class RTVSLO4DIE(InfoExtractor): _VALID_URL = r'https?://(?:4d\.rtvslo\.si/(?:arhiv/[^/]+|embed)|www\.rtvslo\.si/(?:4d/arhiv|mmr/prispevek))/(?P<id>\d+)' _TESTS = [{ 'url': 'https://4d.rtvslo.si/arhiv/seje-odbora-za-kmetijstvo-gozdarstvo-in-prehrano/174595438', - 'md5': 'b87e5a65be2365f83eb0d24d44131d0f', + 'md5': '37ab1181292a08e0d6b7952545e6ce8b', 'info_dict': { 'id': '174595438', 'ext': 'mp4',