juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 117 forks source link

geotags #64

Closed irahorecka closed 5 years ago

irahorecka commented 5 years ago

Hello, I set geotagged = True for housing, but I receive all 'geotag': None. These websites usually have maps and an address underneath. Is this a CL issue?

calvinized commented 5 years ago

Same issue here, must be a change on CL side

irahorecka commented 5 years ago

Darn, tons of cool things could be done with that information

echentw commented 5 years ago

Yeah, I had this problem too. Here's the PR to fix it: https://github.com/juliomalegria/python-craigslist/pull/65

As a workaround for now, you can make those changes manually in your local python-craigslist.

juliomalegria commented 5 years ago

Hi Ira. This was fixed with #65. Thanks @echentw !