With this tool you can dump an entire website.
- Replace page links in the html. (so you can browse it offline)
- Download images and make sure that .js are loaded.
- Download video: I only implemented download from Vimeo. (Since it is the most utilized)
- Support Cookies.
- You can stop and restart it ;). (Tip: Don't change the url)
- Python 3.8+
- Pip
- It will install the dependencies
- Open the .py.
- Change the url with a page of the website you want to dump.
- Set to True if you want to download videos. (vimeo=True)
- If you want to avoid some pages just insert it in the pagetoavoid variable. (if you want to avoid all the sub dirs, for example - https://1234test.test/lession/123/1.html just do pagetoavoid=['lession'])