pixiv_down-novel.1 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .Dd April 04, 2024
  2. .Dt PIXIV_DOWN-NOVEL 1
  3. .Os
  4. .Sh NAME
  5. .Nm pixiv_down
  6. .Cm novel
  7. .Nd download a specific novel from
  8. .Lk www.pixiv.net
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Cm novel
  12. .Op Fl \-group-errors
  13. .Ar IDs ...
  14. .Sh DESCRIPTION
  15. .Nm
  16. .Cm novel
  17. allows you to download one or more novels by providing their
  18. .Ar ID .
  19. If a novel fails to download, an error message is printed
  20. to the standard error stream, unless
  21. .Fl \-group-errors
  22. is passed, in which case the errors are grouped and printed
  23. after attempting to download each novel.
  24. .Pp
  25. .Nm
  26. .Cm novel
  27. supports downloading the following content types:
  28. .Bl -bullet -compact
  29. .It
  30. Novel
  31. .El
  32. .Ss Options
  33. .Bl -tag
  34. .It Fl h, \-help
  35. Print the synopsis, a list of options, and some examples.
  36. .It Fl \-group-errors
  37. Group any errors that occur when downloading the novels and
  38. display them at the end. The default behaviour is to display
  39. the errors as they occur.
  40. .Sh EXAMPLES
  41. To download a single novel, you simply pass the ID of the novel
  42. as an argument:
  43. .Dl $ pixiv_down novel 1
  44. You can download multiple novels in succession by passing all of
  45. their IDs at once:
  46. .Dl $ pixiv_down novel 1 2 3
  47. You can prevent any errors being printed until after attempting to
  48. download each novel by passing the
  49. .Fl \-group-errors
  50. flag:
  51. .Dl $ pixiv_down novel --group-errors 3 1 5
  52. .Sh SEE ALSO
  53. .Xr pixiv_down 1 ,
  54. .Xr pixiv_down-artwork 1 ,
  55. .Xr pixiv_down-bookmarked 1
  56. .Sh AUTHORS
  57. Written by
  58. .An Mio Aq stigma@disroot.org
  59. .Sh BUGS
  60. .Pp
  61. Please report any bugs you may find at the bug tracker, which can be
  62. found on the website at
  63. .Lk https://yume-neru.neocities.org/p/pixiv_down.html