other versions
- buster 3.39.1+dfsg-3
- buster-backports 3.48.0+dfsg-1~bpo10+1
- testing 5.12.0+dfsg-1
- unstable 5.16.1+dfsg-1
- experimental 5.25.0+dfsg-1
other languages
- العربية
- български
- català (ca)
- čeština
- dansk
- Deutsch
- Ελληνικά
- English
- español
- eesti
- euskara
- فارسی
- français
- galego
- עברית
- hrvatski
- magyar
- íslenska
- italiano
- 日本語
- 한국어
- lietuvių
- latviešu
- Melayu
- norsk bokmål
- Nederlands
- polski
- português (pt)
- português (pt-BR)
- română
- русский
- slovenčina
- slovenščina
- српски
- svenska
- Türkçe
- українська
- Tiếng Việt
- 中文 (zh-CN)
- 繁體中文 (zh-TW)
WEB2DISK(1) | calibre | WEB2DISK(1) |
NAME¶
web2disk - web2diskweb2disk URL
Where URL is for example https://google.com
Whenever you pass arguments to web2disk that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces"
[OPTIONS]¶
- --base-dir, -d
- Base directory into which URL is saved. Default is .
- --delay
- Minimum interval in seconds between consecutive fetches. Default is 0 s
- --dont-download-stylesheets
- Do not download CSS stylesheets.
- --encoding
- The character encoding for the websites you are trying to download. The default is to try and guess the encoding.
- --filter-regexp
- Any link that matches this regular expression will be ignored. This option can be specified multiple times, in which case as long as any regexp matches a link, it will be ignored. By default, no links are ignored. If both filter regexp and match regexp are specified, then filter regexp is applied first.
- --help, -h
- show this help message and exit
- --match-regexp
- Only links that match this regular expression will be followed. This option can be specified multiple times, in which case as long as a link matches any one regexp, it will be followed. By default all links are followed.
- --max-files, -n
- The maximum number of files to download. This only applies to files from <a href> tags. Default is 9223372036854775807
- --max-recursions, -r
- Maximum number of levels to recurse i.e. depth of links to follow. Default 1
- --timeout, -t
- Timeout in seconds to wait for a response from the server. Default: 10.0 s
- --verbose
- Show detailed output information. Useful for debugging
- --version
- show program's version number and exit
AUTHOR¶
Kovid GoyalCOPYRIGHT¶
Kovid GoyalFebruary 1, 2019 | 3.39.1 |