pixiv_down-artwork.1 1.6 KB

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