Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 347 Bytes

README.rst

File metadata and controls

15 lines (11 loc) · 347 Bytes

abpy

Python parser/interpreter for Adblock Plus filter format

from abpy import Filter
f = Filter(file('easylist.txt'))
f.match(url)