scrapinghub / adblockparser

Python parser for Adblock Plus filters
MIT License
193 stars 29 forks source link

adblockparser doesn't work with latest easylist.txt #9

Closed kmike closed 7 years ago

kmike commented 7 years ago

Some rules can't be parsed (the ones with $websocket?), so ValueError is raised.

It could make sense to raise a more specific exception and add an option to AdblockRules to warn on errors instead of raising an exception.