Hello,
I am attempting to download a website with SiteSucker
http://ricks-apps.com/osx/sitesucker/archive/2.x/2.11.x/2.11/manuals/en/pgs/Webpage.html()
A typical page comes in this format
https://mucca.com/lessons/asking-about-prices
Each page also has some tabs, formatted in the following way
https://mucca.com/lessons/asking-about-prices#dialogue-tab
https://mucca.com/lessons/goingout#dialogue-tab
https://mucca.com/lessons/shopping#dialogue-tab
The portion of the URL which follows the # symbol is not normally sent to the server in the request for the page. If you open your web inspector and watch the request for the page, you will see that the #/dashboard
portion is not included in the request at all.
I am having troubles downloading the second parts as Site Sucker does not recognize them.
Site Sucker allows to specify to download certain formats, I need a function to tell the program look for all the links formatted in this way:
https://mucca.com/lessons/XXXX #dialogue-tab
Any idea on how to do this?
Thank you