mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[rutv] Fix live stream test URL
This commit is contained in:
parent
df8418ffcf
commit
dfad3aac98
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class RUTVIE(InfoExtractor):
|
||||||
'skip': 'Translation has finished',
|
'skip': 'Translation has finished',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://live.russia.tv/index/index/channel_id/3',
|
'url': 'http://player.rutv.ru/iframe/live/id/21/showZoomBtn/false/isPlay/true/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '21',
|
'id': '21',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue