youtube-dl

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

commit 89c09e2a0884301e405d014fdc9706cf1750f798
parent fbbb2194097afcc3d3fb4f28888279f1b970b253
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 16 Apr 2015 21:30:13 +0600

[srf] Update test

Diffstat:
Myoutube_dl/extractor/srf.py | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/youtube_dl/extractor/srf.py b/youtube_dl/extractor/srf.py @@ -26,18 +26,15 @@ class SrfIE(InfoExtractor): }, { # No Speichern (Save) button 'url': 'http://www.srf.ch/play/tv/top-gear/video/jaguar-xk120-shadow-und-tornado-dampflokomotive?id=677f5829-e473-4823-ac83-a1087fe97faa', + 'md5': 'd97e236e80d1d24729e5d0953d276a4f', 'info_dict': { 'id': '677f5829-e473-4823-ac83-a1087fe97faa', 'display_id': 'jaguar-xk120-shadow-und-tornado-dampflokomotive', - 'ext': 'mp4', + 'ext': 'flv', 'upload_date': '20130710', 'title': 'Jaguar XK120, Shadow und Tornado-Dampflokomotive', 'timestamp': 1373493600, }, - 'params': { - # Require ffmpeg/avconv - 'skip_download': True, - } }, { 'url': 'http://www.srf.ch/player/tv/10vor10/video/snowden-beantragt-asyl-in-russland?id=28e1a57d-5b76-4399-8ab3-9097f071e6c5', 'only_matching': True,