Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [imgur] Fix width and height extraction (Closes #10325) | Sergey M․ | 2016-08-13 | 1 | -6/+4 |
| | |||||
* | [imgur] Improve (Closes #7928) | Sergey M․ | 2015-12-22 | 1 | -16/+29 |
| | |||||
* | Improve extraction (Closes #7918) | Abhishek Kedia | 2015-12-22 | 1 | -10/+22 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | [imgut:album] Add extractor (Closes #6711) | Sergey M․ | 2015-08-30 | 1 | -1/+26 |
| | |||||
* | [imgur] Improve extraction | Sergey M․ | 2015-05-31 | 1 | -2/+4 |
| | |||||
* | [imgur] Allow alternative values | Philipp Hagemeister | 2015-02-20 | 1 | -4/+4 |
| | | | | | 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. | ||||
* | [imgur] Simplify | Philipp Hagemeister | 2015-02-19 | 1 | -4/+5 |
| | |||||
* | [imgur] improve error check for non-video URLs | John Boehr | 2015-02-18 | 1 | -8/+7 |
| | |||||
* | [imgur] improve regex #4998 | John Boehr | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [imgur] support regular URL | John Boehr | 2015-02-18 | 1 | -2/+15 |
| | |||||
* | [imgur] Add new extractor | Philipp Hagemeister | 2015-02-19 | 1 | -0/+84 |