aboutsummaryrefslogtreecommitdiff
path: root/modules/imgur.py
Commit message (Expand)AuthorAgeFilesLines
* Check if a url is a gallery first, 'event' -> 'data' typo, actually return from•••_prefix Gravatar jesopo2018-10-311-8/+11
* Use gallery API endpoint for gallery urlsGravatar jesopo2018-10-311-1/+3
* Support galleries in modules/imgur.pyGravatar jesopo2018-10-311-4/+30
* imgur url hashids aren't always 7 charactersGravatar jesopo2018-10-311-1/+1
* Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url•••to be a set, not a dict. (',' -> ':') Gravatar jesopo2018-10-311-1/+1
* REGEX_IMAGE should be a compiled regex!Gravatar jesopo2018-10-311-1/+2
* Add first version of modules/imgur.pyGravatar jesopo2018-10-311-0/+37