X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Fimgur.py;h=d23489dcff4464c1294d9c6f5dca30aa480ad3a8;hb=f8ae2c7f307e4f1bd5f3057e5c15a2a154eeea05;hp=85e9344aab18e22be204134ca846318367b54329;hpb=774ce35571c08a1532fe4079224239adfdb80e43;p=youtube-dl diff --git a/youtube_dl/extractor/imgur.py b/youtube_dl/extractor/imgur.py index 85e9344aa..d23489dcf 100644 --- a/youtube_dl/extractor/imgur.py +++ b/youtube_dl/extractor/imgur.py @@ -50,12 +50,10 @@ class ImgurIE(InfoExtractor): webpage = self._download_webpage( compat_urlparse.urljoin(url, video_id), video_id) - width = int_or_none(self._search_regex( - r'(.*?)',