I put some links in a blog post, I want to grab the content of these links through webscraper, but after grabbing 2 links, it broke, and the following links are not grabbed, please help me to see What caused this?

I put some links in a blog post, I want to grab the content of these links through webscraper, but after grabbing 2 links, it broke, and the following links are not grabbed, please help me to see What caused this?
sitemapCode:{"_id":"test","startUrl":["https://www.douban.com/note/822391981/"],"selectors":[{"delay":0,"id":"link","multiple":true,"parentSelectors":["_root"],"selector":"p a.link","type":"SelectorLink"},{"delay":0,"id":"txet","multiple":false,"parentSelectors":["_root","link"],"regex":"","selector":"span.product-title-word-break","type":"SelectorText"}]}

@shawchen Hello, it happens because most of the links are duplicates.

Great, thank you !!!!