1WEB2DISK(1)                         calibre                        WEB2DISK(1)
2
3
4

NAME

6       web2disk - part of calibre
7

SYNOPSIS

9       web2disk  URL
10

DESCRIPTION

12       Where URL is for example http://google.com
13
14       Whenever  you  pass  arguments  to  web2disk  that have spaces in them,
15       enclose the arguments in quotation marks.
16

OPTIONS

18       --version
19              show program's version number and exit
20
21       -h, --help
22              show this help message and exit
23
24       -d, --base-dir
25              Base directory into which URL is saved. Default is .
26
27       -t, --timeout
28              Timeout in seconds to wait  for  a  response  from  the  server.
29              Default: 10.0 s
30
31       -r, --max-recursions
32              Maximum  number of levels to recurse i.e. depth of links to fol‐
33              low. Default 1
34
35       -n, --max-files
36              The maximum number of files to download. This  only  applies  to
37              files from <a href> tags. Default is 9223372036854775807
38
39       --delay
40              Minimum interval in seconds between consecutive fetches. Default
41              is 0 s
42
43       --encoding
44              The character encoding for the websites you are trying to  down‐
45              load. The default is to try and guess the encoding.
46
47       --match-regexp
48              Only  links that match this regular expression will be followed.
49              This option can be specified multiple times, in  which  case  as
50              long  as  a link matches any one regexp, it will be followed. By
51              default all links are followed.
52
53       --filter-regexp
54              Any link that matches this regular expression will  be  ignored.
55              This  option  can  be specified multiple times, in which case as
56              long as any  regexp  matches  a  link,  it  will  be  ignored.By
57              default,  no  links  are  ignored.  If  both --filter-regexp and
58              --match-regexp are specified, then  --filter-regexp  is  applied
59              first.
60
61       --dont-download-stylesheets
62              Do not download CSS stylesheets.
63
64       --verbose
65              Show detailed output information. Useful for debugging
66

SEE ALSO

68       The User Manual is available at http://calibre-ebook.com/user_manual
69
70       Created by Kovid Goyal <kovid@kovidgoyal.net>
71
72
73
74web2disk (calibre 0.7.38)         March 2011                       WEB2DISK(1)
Impressum