aboutsummaryrefslogtreecommitdiff
path: root/Utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Take BS4 parser string from kwargs so you can actually XML. idk even what's ↵Gravatar Evelyn2017-06-071-2/+2
| | | | the point
* Correct spelling of 'background' for color utilsGravatar Evelyn2016-11-071-1/+1
|
* changed Utils.get_url to catch SSL errors.Gravatar jesopo2016-07-051-7/+10
|
* added handling URLError to Utils.get_url.Gravatar jesopo2016-06-241-0/+6
|
* added a function to Utils to get the "closest" setting, with channel/user ↵Gravatar jesopo2016-05-061-0/+10
| | | | settings being more important than server-wide settings.
* simpler boolean channel settingsGravatar Evelyn2016-04-101-0/+9
|
* added a little piece of code to stop Utils.get_url trying to json decode an ↵Gravatar jesopo2016-03-301-1/+1
| | | | empty string.
* added code to Utils.get_url to prevent non-iso-latin-1 urls being attempted. ↵Gravatar jesopo2016-03-291-0/+6
| | | | I need to put in a better fix than this at some point.
* made it possible to get http code even when a HTTPError kicks up.Gravatar jesopo2016-03-291-3/+6
|
* first commit.Gravatar jesopo2016-03-291-0/+158