Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 466 Bytes

File metadata and controls

8 lines (7 loc) · 466 Bytes

Website_Downloader

A simple python that would given a URL will download the entire website including HTML, CSS, JS, pics... etc. We will be using the bs4, requests and re libraries.

TO-DO LIST:

  1. Download all JS files on each page
  2. Download all CSS files on each page
  3. Get weblink,title and depth as command line parameters
  4. Apply regEx to stop the code from getting swayed to other websites who's links may be present on some web page.