copy website command
This commit is contained in:
parent
98ffbe660a
commit
d8af949846
15
networking/scraping/Copy_Website.md
Normal file
15
networking/scraping/Copy_Website.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Download Website"
|
||||
tags: [ "networking", "scraping" ]
|
||||
---
|
||||
|
||||
```bash
|
||||
domain=splint.rs
|
||||
mkdir $domain
|
||||
cd $domain
|
||||
wget --recursive --convert-links --backup-converted \
|
||||
--page-requisites --level=inf --adjust-extension \
|
||||
-U "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" \
|
||||
-p --mirror --html-extension --convert-links \
|
||||
$domain
|
||||
```
|
Loading…
Reference in New Issue
Block a user