mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 04:17:19 +00:00
add book name and author options
This commit is contained in:
@@ -19,14 +19,16 @@ Available Commands:
|
||||
version Print the version number of papeer
|
||||
|
||||
Flags:
|
||||
-a, --author string book author
|
||||
-d, --delay int time to wait before downloading next chapter, in milliseconds (default -1)
|
||||
-f, --format string file format [stdout, md, epub, mobi] (default "stdout")
|
||||
-h, --help help for papeer
|
||||
--images retrieve images only
|
||||
-i, --include include URL as first chapter, in resursive mode
|
||||
-l, --limit int limit number of chapters, in recursive mode (default -1)
|
||||
-n, --name string book name (default: page title)
|
||||
-o, --offset int skip first chapters, in recursive mode
|
||||
--output string output file
|
||||
--output string file name (default: book name)
|
||||
-r, --recursive create one chapter per natigation item
|
||||
-s, --selector string table of content CSS selector, in resursive mode
|
||||
-t, --threads int download concurrency, in recursive mode (default -1)
|
||||
@@ -134,4 +136,4 @@ You can replace `bash` by your own shell (zsh, fish or powershell).
|
||||
- `html-to-markdown` convert HTML to Markdown
|
||||
- `go-epub` convert HTML to EPUB
|
||||
- `colly` query HTML trees
|
||||
- `uiprogress` display progress bars
|
||||
- `uiprogress` display progress bars
|
||||
|
||||
Reference in New Issue
Block a user