Python Google Server

Fuzzyman fuzzyman at gmail.com
Tue Apr 5 09:47:08 EDT 2005


Another change - change the line `dotloc = url.find('.') + 1` to
`dotloc = url.rfind('.') + 1`

This makes it find the last '.' in the url

Best Regards,

Fuzzy
http://www.voidspace.org.uk/python




More information about the Python-list mailing list