Hello @webdev, I installed Wget on Windows, but I’m having a problem. I followed the guide from @tkwebreform , but it is only extracting index.html and robots.txt.
Here it is what I did:
- I went to projects settings and disabled all the options (minify, cdn, etc).
- Opened cmd with admin rights and wrote the following lines:
wget siteurl --mirror -–page-requisites --convert-links --span-hosts --domains www.DOMAINXXX.org, daks2k3a4ib2z.cloudfront.net, uploads-ssl.webflow.com, uploads.webflow.com, www.DOMAINXXX.org
And after that I only got index and robots. My goal is to extract all the CMS pages, I’m probably missing something, any idea on what is it? Thanks, much appreciated
PS: Wget works properly I tested with wget --help, it seems to be all good.
Edit: Never mind mates, I got it to work, I just had to link the pages to their current dynamic link, without it was not working