alirezamika / autoscraper

A Smart, Automatic, Fast and Lightweight Web Scraper for Python
MIT License
6.24k stars 654 forks source link

Replace filter with list comprehensions #16

Closed PickNickChock closed 4 years ago

PickNickChock commented 4 years ago

Hi, I was looking through the code and thought it would be a good idea to replace list(filter(something) with list comprehensions since they allow to do the same thing but in a more readable way

Narasimha1997 commented 4 years ago

Please pull #15 and make a PR.

alirezamika commented 4 years ago

Good idea. Please update with master. Thanks

PickNickChock commented 4 years ago

Should be OK now