Skip to content

Fix unique option in LinkExtractor #4695

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

Closed
wants to merge 1 commit into from
Closed

Conversation

qwlake
Copy link

@qwlake qwlake commented Jul 26, 2020

Fixes #3798

Fix bug of issue scrapy#3798. When use LinkExtractor with option 'unique=False', It still returns links with duplicates removed. I changed extract_links to reflect the unique option.
@wRAR
Copy link
Member

wRAR commented Jul 27, 2020

(note that there is also stalled #3799 with some more changes)

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.

LinkExtractor with Unique = False doesn't extract fully identical Links
2 participants