aboutsummaryrefslogtreecommitdiff
path: root/modules/imgur.py
Commit message (Collapse)AuthorAgeFilesLines
* 'utils.http.get_url' -> 'utils.http.request', return a Response object fromGravatar jesopo2018-12-111-6/+6
| | | | utils.http.request
* Check if a url is a gallery first, 'event' -> 'data' typo, actually return fromGravatar jesopo2018-10-311-8/+11
| | | | _prefix
* 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_urlGravatar jesopo2018-10-311-1/+1
| | | | to be a set, not a dict. (',' -> ':')
* 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