other versions
WEB2DISK(1) | calibre | WEB2DISK(1) |
NAME¶
web2disk - web2disk
web2disk 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"
[설정들]¶
- --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
- CSS 스타일시트를 다운로드하지 않음.
- --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
- 이 도움말 메시지를 표시한 후 종료
- --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
- 다운로드할 파일의 최대 개수입니다. <a href> 태그에 있는 파일에만 적용합니다. 기본값은 9223372036854775807 입니다.
- --max-recursions, -r
- Maximum number of levels to recurse i.e. depth of links to follow. Default 1
- --timeout, -t
- 서버로부터의 응답을 기다릴 대기시간입니다(초 단위). 기본값: 10.0 초
- --verbose
- 상세한 출력 정보를 표시합니다. 디버깅 시에 유용합니다.
- --version
- 프로그램의 버전을 표시한 후 종료합니다.
AUTHOR¶
Kovid Goyal
COPYRIGHT¶
Kovid Goyal
11월 29, 2019 | 4.5.0 |