ArniDagur / python-adblock

Brave's adblock library in Python
https://pypi.org/project/adblock/
Apache License 2.0
57 stars 5 forks source link

Add aliases argument to `Engine.add_resource` #73

Closed ArniDagur closed 2 years ago

ArniDagur commented 2 years ago

This is a variation of https://github.com/ArniDagur/python-adblock/pull/70 except this version uses an optional argument at the last position, rather than a required argument in the second position.