aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-07 20:20:43 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-07 20:20:43 +0600
commitf22834a3723dd59f1e04c27d0bc3a373ebc17183 (patch)
tree790d927a46ffeaf4f99b69fa86bb4599b59e7e34
parentbd349a8704a80aa70838a40e7dd3607da68a9ab9 (diff)
downloadyoutube-dl-f22834a3723dd59f1e04c27d0bc3a373ebc17183.tar.xz
[bild] Relax thumbnail test check
-rw-r--r--youtube_dl/extractor/bild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bild.py b/youtube_dl/extractor/bild.py
index 41dd1cbc1..4d8cce1ef 100644
--- a/youtube_dl/extractor/bild.py
+++ b/youtube_dl/extractor/bild.py
@@ -18,7 +18,7 @@ class BildIE(InfoExtractor):
'id': '38184146',
'ext': 'mp4',
'title': 'BILD hat sie getestet',
- 'thumbnail': 'http://bilder.bild.de/fotos/bild-hat-sie-getestet-das-koennen-apples-neue-ipads-38184138/Bild/1.bild.jpg',
+ 'thumbnail': 're:^https?://.*\.jpg$',
'duration': 196,
'description': 'Mit dem iPad Air 2 und dem iPad Mini 3 hat Apple zwei neue Tablet-Modelle präsentiert. BILD-Reporter Sven Stein durfte die Geräte bereits testen. ',
}