aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/imgur.py
AgeCommit message (Collapse)Author
2019-02-13[imgur] Use video id as title fallback (closes #18590)bitraid
2018-12-09[imgur] improve gallery and album detection and extraction(closes ↵Remita Amine
#9133)(closes #16577)(closes #17223)(closes #18404)
2018-07-18[imgur] Allow digits in filename extensionJakub Wilk
2018-05-25[imgur] Fix extractionJakub Wilk
2016-10-30[imgur] Recognize /r/ URLs (closes #11071)Yen Chi Hsuan
2016-08-13[imgur] Fix width and height extraction (Closes #10325)Sergey M․
2015-12-22[imgur] Improve (Closes #7928)Sergey M․
2015-12-22Improve extraction (Closes #7918)Abhishek Kedia
remove outer parentheses in if Conflicts: youtube_dl/extractor/imgur.py checked code with flake8 not returning list in case of single images. using the fact that id with length 5 are albums and more are single videos. Also for single videos ie ImgurIE both urls - http://imgur.com/gallery/oWeAMW2 and http://imgur.com/oWeAMW2 are equally fine. Change regex to allow thuis. For albums urls - http://imgur.com/gallery/Q95ko and http://imgur.com/Q95ko are ok. Change regex to allow this also. update description in ImgurIE Tests. Also move single video test 'https://imgur.com/gallery/YcAQlkx' from ImgurAlbumIE to ImgurIE.
2015-08-30[imgut:album] Add extractor (Closes #6711)Sergey M․
2015-05-31[imgur] Improve extractionSergey M․
2015-02-20[imgur] Allow alternative valuesPhilipp Hagemeister
Every now and then, imgur.com goes crazy and gives us a generic title and description (otherwise it looks all fine though). Simply update the test case to allow for that craziness.
2015-02-19[imgur] SimplifyPhilipp Hagemeister
2015-02-18[imgur] improve error check for non-video URLsJohn Boehr
2015-02-18[imgur] improve regex #4998John Boehr
2015-02-18[imgur] support regular URLJohn Boehr
2015-02-19[imgur] Add new extractorPhilipp Hagemeister