youtube-dl

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

commit dc5756fd7729f616185508fba296b330f0892c24
parent 41db73330835d6e8fe29ce18f869247a739467ce
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  5 Oct 2015 22:51:04 +0600

[ustream] Fix typo

Diffstat:
Myoutube_dl/extractor/ustream.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py @@ -69,7 +69,7 @@ class UstreamIE(InfoExtractor): filesize = float_or_none(video.get('file_size')) formats = [{ - 'id': format_id, + 'id': video_id, 'url': video_url, 'ext': format_id, 'filesize': filesize,