rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

down.py URL bugfix and detailed error messages #127

Closed KaneTW closed 9 years ago

KaneTW commented 10 years ago

Adjusts urlparse behaviour for schemeless URLs (see python docs) to put the domain name into netloc, and makes error messages more detailed so differentiation between a HTTP error or DNS error can occur.

Additional credit: ilifin from synirc