mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 19:22:06 +00:00
[tv4] fix a test URL
This commit is contained in:
parent
0732a90579
commit
fad9fc537d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class TV4IE(InfoExtractor):
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'url': ' http://www.tv4play.se/program/farang/3922081',
|
'url': 'http://www.tv4play.se/program/farang/3922081',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue