From 291703cefdb1cd0a29129edac78ec3462a1e1c1b Mon Sep 17 00:00:00 2001 From: schnusch Date: Fri, 30 Apr 2021 18:13:10 +0200 Subject: [PATCH] [ninjastream] replace test --- youtube_dl/extractor/ninjastream.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/ninjastream.py b/youtube_dl/extractor/ninjastream.py index 70995f3ed..92b918181 100644 --- a/youtube_dl/extractor/ninjastream.py +++ b/youtube_dl/extractor/ninjastream.py @@ -14,11 +14,11 @@ class NinjaStreamIE(InfoExtractor): _VALID_URL = r'https?://(?:\w+\.)?ninjastream\.to/watch/[0-9a-zA-Z]+' _TESTS = [ { - 'url': 'https://ninjastream.to/watch/74GA02Nw6ZYBk', + 'url': 'https://ninjastream.to/watch/GbJQP8rawQ7rw', 'info_dict': { - 'id': '74GA02Nw6ZYBk', + 'id': 'GbJQP8rawQ7rw', 'ext': 'mp4', - 'title': 'Damon_Andros_and_Stephen_Harte' + 'title': 'Big Buck Bunny 360 10s 5MB' }, } ]