youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a8776b107b0137fc13d8fd4350035d02e7bb7761
parent 096b5339823fc65beeca6cff96867ed03e6234db
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 18 Jan 2016 23:19:38 +0600

[youtube] Clarify test_Youtube_18

Diffstat:
Myoutube_dl/extractor/youtube.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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',