youtube-dl

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

commit c9bebed294dd29d9188265c8f7bfb0e1b43406ff
parent 360075e28a4c009babb62e0ed8141ed5244cb3f5
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri, 19 Jun 2015 20:52:44 +0600

[youtube] Add itag 59 and 78 (Closes #5979)

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

diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py @@ -234,6 +234,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor): '44': {'ext': 'webm', 'width': 854, 'height': 480}, '45': {'ext': 'webm', 'width': 1280, 'height': 720}, '46': {'ext': 'webm', 'width': 1920, 'height': 1080}, + '59': {'ext': 'mp4', 'width': 854, 'height': 480}, + '78': {'ext': 'mp4', 'width': 854, 'height': 480}, # 3d videos