1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-09-01 13:05:11 +02:00

[ninjastream] replace test

This commit is contained in:
schnusch 2021-04-30 18:13:10 +02:00
parent 6b1e477197
commit 291703cefd

View File

@ -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'
},
}
]