X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fbild.py;h=4d8cce1ef252fde0ac02dc166d3fb4fff528d1a8;hb=2bc43303031215436b201e656094b60ab3ec7e9e;hp=ba0c185eb3e2fd16eabb989b1a94c7b9b700cfa5;hpb=c09593c04e0b345df02cae663dc064d29e241cba;p=youtube-dl diff --git a/youtube_dl/extractor/bild.py b/youtube_dl/extractor/bild.py index ba0c185eb..4d8cce1ef 100644 --- a/youtube_dl/extractor/bild.py +++ b/youtube_dl/extractor/bild.py @@ -3,8 +3,8 @@ from __future__ import unicode_literals from .common import InfoExtractor from ..utils import ( - int_or_none, - fix_xml_ampersands, + int_or_none, + fix_xml_ampersands, ) @@ -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. ', }