X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fimgur.py;h=d23489dcff4464c1294d9c6f5dca30aa480ad3a8;hb=6eb5503b12286ef9813ee22e95622f09dab2ebe5;hp=85e9344aab18e22be204134ca846318367b54329;hpb=06e4874c997fb523bd9d8e675d1ec0e69ab501ed;p=youtube-dl.git 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'(.*?)',