marklieberman / downloadstar

Download all items in a webpage that match a pattern
GNU General Public License v3.0
90 stars 16 forks source link

Duplicate resources due to different anchors #67

Closed skruppy closed 4 years ago

skruppy commented 5 years ago

In the list of links (probably any other list too) are multiple entries for the same resource, but with different link anchors. For example:

http://example.com/nice_link.html#Oh
http://example.com/nice_link.html#No

Everything behind and including the # in an URL should be removed before the Link is added to any list.