zrashwani / arachnid

Crawl all unique internal links found on a given website, and extract SEO related information - supports javascript based sites
MIT License
253 stars 60 forks source link

Get anchor of link #33

Open Djomobil opened 5 years ago

Djomobil commented 5 years ago

There are a method to get anchor ?

zrashwani commented 5 years ago

Currently, there is no such method, as the URLs with anchor are normalized and considered the same URL. It may be a good idea to add support for that in the next releases