aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/srf.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-16 21:30:13 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-16 21:30:13 +0600
commit89c09e2a0884301e405d014fdc9706cf1750f798 (patch)
treed4613ce741f1f78e07770563c6645074c78ecf27 /youtube_dl/extractor/srf.py
parentfbbb2194097afcc3d3fb4f28888279f1b970b253 (diff)
downloadyoutube-dl-89c09e2a0884301e405d014fdc9706cf1750f798.tar.xz
[srf] Update test
Diffstat (limited to 'youtube_dl/extractor/srf.py')
-rw-r--r--youtube_dl/extractor/srf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/youtube_dl/extractor/srf.py b/youtube_dl/extractor/srf.py
index 2ac55dcd1..e30351602 100644
--- 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,