brozeph / node-craigslist

Node driver for searching Craigslist.com listings
MIT License
70 stars 43 forks source link

Url for listings in nearby city are wrong. #6

Closed nmurrin closed 8 years ago

nmurrin commented 8 years ago

If I have a search query in Chicago and Craigslist displays listings in nearby cities then the url is wrong. It will end up being something like:

https://chicago.craigslist.com//rockford.craigslist.com/....

Should be

https://rockford.craigslist.com/...

brozeph commented 8 years ago

@nmurrin - I've adjusted the code in v1.0.0 to resolve this issue