File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # monolith
2
+
3
+ > Save a web page as a single HTML file.
4
+ > More information: < https://github.com/Y2Z/monolith > .
5
+
6
+ - Save a webpage as a single HTML file:
7
+
8
+ ` monolith {{url}} `
9
+
10
+ - Save a webpage as a single HTML file, excluding audio:
11
+
12
+ ` monolith {{url}} {{[-a|--no-audio]}} `
13
+
14
+ - Save a webpage as a single HTML file, excluding CSS:
15
+
16
+ ` monolith {{url}} {{[-c|--no-css]}} `
17
+
18
+ - Save a webpage as a single HTML file, excluding images:
19
+
20
+ ` monolith {{url}} {{[-i|--no-images]}} `
21
+
22
+ - Save a webpage as a single HTML file, excluding videos:
23
+
24
+ ` monolith {{url}} {{[-v|--no-video]}} `
25
+
26
+ - Save a webpage as a single HTML file, excluding JavaScript:
27
+
28
+ ` monolith {{url}} {{[-j|--no-js]}} `
29
+
30
+ - Save a webpage as a single HTML file, accepting invalid TLS certificates:
31
+
32
+ ` monolith {{url}} {{[-k|--insecure]}} `
33
+
34
+ - Save a webpage as a single HTML file, specifying a specific output file:
35
+
36
+ ` monolith {{url}} {{[-o|--output]}} {{path/to/file.html}} `
You can’t perform that action at this time.
0 commit comments