Files
youtube-dlc/youtube_dl/extractor
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.
2015-12-22 21:43:49 +06:00
..
2015-12-21 17:07:19 +01:00
2015-12-21 23:02:55 +01:00
2015-12-22 10:14:57 +01:00
2015-12-20 12:43:00 +01:00
2015-12-21 22:10:16 +01:00
2015-12-22 11:30:35 +01:00
2015-12-21 03:05:34 +01:00
2015-12-22 21:43:49 +06:00
2015-12-21 04:24:58 +01:00
2015-12-21 04:24:58 +01:00
2015-12-20 15:48:19 +01:00