juliomalegria / python-craigslist

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

Fixed parsing of list attributes #41

Closed ImDevinC closed 7 years ago

ImDevinC commented 7 years ago

The extra list attributes weren't being parsed correctly any longer due to a change in the Craigslist HTML structure. I changed the class we look for and also adjusted the label filter to only look in the HTML section we're already in.

juliomalegria commented 7 years ago

Awesome! Thanks for contributing 👍