Improve extraction (Closes #7918)
authorAbhishek Kedia <kedia.abhishek10@gmail.com>
Mon, 21 Dec 2015 00:50:07 +0000 (01:50 +0100)
committerSergey M․ <dstftw@gmail.com>
Tue, 22 Dec 2015 15:43:49 +0000 (21:43 +0600)
commitdbee18b5521edbfa1642c683ad2d317ba06e9d5b
tree49f7ae55ee48a534f556494d7d275bae4fc34cf0
parent31d9ea4a3e641acfee8852c9324bd414047fce9e
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.
youtube_dl/extractor/imgur.py