Browse Source

[tagesschau] Improve tests

totalwebcasting
Sergey M․ 9 years ago
parent
commit
3e214851a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/tagesschau.py

+ 2
- 2
youtube_dl/extractor/tagesschau.py View File

@ -18,7 +18,7 @@ class TagesschauIE(InfoExtractor):
'ext': 'mp4',
'title': 'Regierungsumbildung in Athen: Neue Minister in Griechenland vereidigt',
'description': 'md5:171feccd9d9b3dd54d05d501568f6359',
'thumbnail': 're:^http:.*\.jpg$',
'thumbnail': 're:^https?:.*\.jpg$',
},
}, {
'url': 'http://www.tagesschau.de/multimedia/sendung/ts-5727.html',
@ -28,7 +28,7 @@ class TagesschauIE(InfoExtractor):
'ext': 'mp4',
'description': 'md5:695c01bfd98b7e313c501386327aea59',
'title': 'Sendung: tagesschau \t04.12.2014 20:00 Uhr',
'thumbnail': 're:^http:.*\.jpg$',
'thumbnail': 're:^https?:.*\.jpg$',
},
}, {
'url': 'http://www.tagesschau.de/multimedia/politikimradio/audio-18407.html',


Loading…
Cancel
Save