| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor code stylisation in imgur.py | 2019-02-25 | 1 | -39/+35 | |
| | | |||||
| * | Update imgur.py | 2019-02-25 | 1 | -1/+1 | |
| | | |||||
| * | Switch to elif | 2019-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Remove superfluous json import and change datetime to match code standards. | 2019-02-24 | 1 | -4/+3 | |
| | | |||||
| * | Remove bold title, set NSFW_TEXT variable, fix bold spacing, fix PEP8 line ↵ | 2019-02-24 | 1 | -12/+8 | |
| | | | | | breaks between definitions. Remove _imgur def and hook straight into code. | ||||
| * | Update imgur.py | 2019-02-24 | 1 | -3/+1 | |
| | | | | Remove debug logging cruft | ||||
| * | Update imgur.py | 2019-02-24 | 1 | -3/+101 | |
| | | | | Add auto-imgur for auto linking of imgur and make the linking a bit fancier. | ||||
| * | 'utils.http.get_url' -> 'utils.http.request', return a Response object from | 2018-12-11 | 1 | -6/+6 | |
| | | | | | utils.http.request | ||||
| * | Check if a url is a gallery first, 'event' -> 'data' typo, actually return from | 2018-10-31 | 1 | -8/+11 | |
| | | | | | _prefix | ||||
| * | Use gallery API endpoint for gallery urls | 2018-10-31 | 1 | -1/+3 | |
| | | |||||
| * | Support galleries in modules/imgur.py | 2018-10-31 | 1 | -4/+30 | |
| | | |||||
| * | imgur url hashids aren't always 7 characters | 2018-10-31 | 1 | -1/+1 | |
| | | |||||
| * | Fix typo in modules/imgur.py that caused `headers` passed to utils.http.get_url | 2018-10-31 | 1 | -1/+1 | |
| | | | | | to be a set, not a dict. (',' -> ':') | ||||
| * | REGEX_IMAGE should be a compiled regex! | 2018-10-31 | 1 | -1/+2 | |
| | | |||||
| * | Add first version of modules/imgur.py | 2018-10-31 | 1 | -0/+37 | |
