From bebeda78811c5b2050d0057e855f34cd2c973aa4 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 29 Apr 2024 21:14:38 +0600 Subject: [PATCH] tests: add rutube yappy and shorts tests --- src/test/tests.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/test/tests.json b/src/test/tests.json index bd8b33c5..9fccaa7e 100644 --- a/src/test/tests.json +++ b/src/test/tests.json @@ -1061,6 +1061,22 @@ "code": 200, "status": "stream" } + }, { + "name": "yappy", + "url": "https://rutube.ru/yappy/f1771e86294748eea8ecb2ac88e55740/", + "params": {}, + "expected": { + "code": 200, + "status": "stream" + } + }, { + "name": "shorts", + "url": "https://rutube.ru/shorts/935c1afafd0e7d52836d671967d53dac/", + "params": {}, + "expected": { + "code": 200, + "status": "stream" + } }, { "name": "vertical video (isAudioOnly)", "url": "https://rutube.ru/video/18a281399b96f9184c647455a86f6724/",