juliomalegria / python-craigslist

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

auto_paint filter not working | CraigslistForSale 'CTA' category #100

Closed Quresh95 closed 3 years ago

Quresh95 commented 3 years ago

The filter, auto_paint, under the CTA (cars & trucks) category in CraigslistForSale is not working. I believe it is because the filter has been changed to 'paint color' on craigslist. I am a novice hobby coder so am unfamiliar with how to implement the change myself.

irahorecka commented 3 years ago

Hey @Quresh95, I submitted a PR to address this issue. You can clone this version and see if it works for your situation. Here's as short article on how to clone a PR.

juliomalegria commented 3 years ago

This was fixed by @irahorecka's wonderful PR (#98) that was just merged. There's a new version on PyPI with this fix :)

Quresh95 commented 3 years ago

Amazing thank you!