aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-18 23:19:38 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-18 23:19:38 +0600
commita8776b107b0137fc13d8fd4350035d02e7bb7761 (patch)
tree86597e8fbafd58b0226cb8a42211d18abfb8d7d2
parent096b5339823fc65beeca6cff96867ed03e6234db (diff)
downloadyoutube-dl-a8776b107b0137fc13d8fd4350035d02e7bb7761.tar.xz
[youtube] Clarify test_Youtube_18
-rw-r--r--youtube_dl/extractor/youtube.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py
index 50c1363cd..2045f5386 100644
--- a/youtube_dl/extractor/youtube.py
+++ b/youtube_dl/extractor/youtube.py
@@ -706,6 +706,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
},
{
# 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',
'info_dict': {
'id': 'lsguqyKfVQg',