Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing different list formats #112

Closed
antonok-edm opened this issue Jul 9, 2020 · 0 comments · Fixed by #116
Closed

Parsing different list formats #112

antonok-edm opened this issue Jul 9, 2020 · 0 comments · Fixed by #116
Assignees
Labels
enhancement New feature or request

Comments

@antonok-edm
Copy link
Collaborator

Currently, adblock-rust only accepts ABP/uBO-style filter rule list formats. It would be useful to support other list formats as well, such as those used for hostname-level blocking.

This would likely entail creating a new enum of supported formats, which can be used to add annotations to our existing list library and be used as a parameter in parsing methods to signal how adblock-rust should interpret the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant