mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
[youtube] Clarify test_Youtube_18
This commit is contained in:
parent
096b533982
commit
a8776b107b
1 changed files with 3 additions and 0 deletions
|
@ -706,6 +706,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# Title with JS-like syntax "};" (see https://github.com/rg3/youtube-dl/issues/7468)
|
# Title with JS-like syntax "};" (see https://github.com/rg3/youtube-dl/issues/7468)
|
||||||
|
# Also tests cut-off URL expansion in video description (see
|
||||||
|
# https://github.com/rg3/youtube-dl/issues/1892,
|
||||||
|
# https://github.com/rg3/youtube-dl/issues/8164)
|
||||||
'url': 'https://www.youtube.com/watch?v=lsguqyKfVQg',
|
'url': 'https://www.youtube.com/watch?v=lsguqyKfVQg',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'lsguqyKfVQg',
|
'id': 'lsguqyKfVQg',
|
||||||
|
|
Loading…
Reference in a new issue