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

Allow user to choose how links are extracted from responses #4

Open
inglesp opened this issue Jun 9, 2016 · 1 comment
Open

Allow user to choose how links are extracted from responses #4

inglesp opened this issue Jun 9, 2016 · 1 comment

Comments

@inglesp
Copy link
Owner

inglesp commented Jun 9, 2016

We currently extract links from HTML by looking for src and href attributes, and from CSS by looking for @import rules and URI tokens.

A user might want to extract links from other places, such as data- attributes in HTML, or values in JSON objects.

We should find a way to allow the user to configure how links are extracted from responses.

@shahzeb1
Copy link

shahzeb1 commented Mar 2, 2017

I would like to tackle this issue. 😃

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

No branches or pull requests

2 participants