/Dump3rr

Make a full dump of a website.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dump3rr



With this tool you can dump an entire website.

Features

  • 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)

Requirements

  • Python 3.8+
  • Pip
  • It will install the dependencies

How to use

  • 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'])