commonsearch / cosr-back

Backend of Common Search. Analyses webpages and sends them to the index.
https://about.commonsearch.org
Apache License 2.0
122 stars 24 forks source link

#29 URL.normalized: strip default ports #33

Closed hjacobs closed 8 years ago

hjacobs commented 8 years ago

Tiny PR for #29 to strip default HTTP/HTTPS port from normalized URLs.

Only verified with:

py.test tests/ -v -m "not elasticsearch"
sylvinus commented 8 years ago

Awesome, thanks!