From cb81dc34a3cbb18378091cae213bc249b2369021 Mon Sep 17 00:00:00 2001 From: Jesse Friedman Date: Sat, 25 Jun 2016 08:53:06 -0400 Subject: [PATCH] [imgur] Updating album resolution endpoint --- youtube_dl/extractor/imgur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/imgur.py b/youtube_dl/extractor/imgur.py index 85e9344aa..a4e6732f4 100644 --- a/youtube_dl/extractor/imgur.py +++ b/youtube_dl/extractor/imgur.py @@ -132,7 +132,7 @@ class ImgurAlbumIE(InfoExtractor): album_id = self._match_id(url) album_images = self._download_json( - 'http://imgur.com/gallery/%s/album_images/hit.json?all=true' % album_id, + 'http://imgur.com/ajaxalbums/getimages/%s/hit.json?all=true' % album_id, album_id, fatal=False) if album_images: