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

support custom css selectors for extracting links #689

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ikreymer
Copy link
Member

  • specify selectors via --selectLinks property
  • selectors are a comma separate list of the form [css selector]->[property to use] or [css selector]->@[attribute to use], default being 'a[href]->href'
  • fixes Specifying selectors for extracting links. #217

…aram

- selectors are of the form [css selector]->[property to use] or [css selector]->@[attribute to use], default being 'a[href]->href'
- fixes #217
@ikreymer ikreymer requested a review from tw4l September 18, 2024 00:27
@ikreymer
Copy link
Member Author

Still need:

  • tests
  • validation of selectors?

@ikreymer ikreymer marked this pull request as draft September 18, 2024 00:28
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

Successfully merging this pull request may close these issues.

Specifying selectors for extracting links.
1 participant