Commit Graph

16 Commits (9e5ca66f16998eb2a680e23a6e769e34001898c5)

Author SHA1 Message Date
bitraid 6f5c1807f4 [imgur] Use video id as title fallback (closes #18590) 5 years ago
Remita Amine 5f47a60c5d [imgur] improve gallery and album detection and extraction(closes #9133)(closes #16577)(closes #17223)(closes #18404) 5 years ago
Jakub Wilk 905eef2b06 [imgur] Allow digits in filename extension 6 years ago
Jakub Wilk 3d2a643fdc [imgur] Fix extraction 6 years ago
Yen Chi Hsuan e1a0b3b81c
[imgur] Recognize /r/ URLs (closes #11071) 8 years ago
Sergey M․ c2a453b461
[imgur] Fix width and height extraction (Closes #10325) 8 years ago
Sergey M․ 774ce35571 [imgur] Improve (Closes #7928) 8 years ago
Abhishek Kedia dbee18b552 Improve extraction (Closes #7918)
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.
8 years ago
Sergey M․ 8875b3d572 [imgut:album] Add extractor (Closes #6711) 9 years ago
Sergey M․ 96b9690985 [imgur] Improve extraction 9 years ago
Philipp Hagemeister 5e9a033e6e [imgur] Allow alternative values
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.
9 years ago
Philipp Hagemeister b88ba05356 [imgur] Simplify 9 years ago
John Boehr 9e2d7dca87 [imgur] improve error check for non-video URLs 9 years ago
John Boehr d236b37ac9 [imgur] improve regex #4998 9 years ago
John Boehr 1a13940c8d [imgur] support regular URL 9 years ago
Philipp Hagemeister 3bf5705316 [imgur] Add new extractor 9 years ago