pixiv_down-artwork.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .Dd September 24, 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 f
  13. .Op Fl \-group-errors
  14. .Ar IDs ...
  15. .Sh DESCRIPTION
  16. .Nm
  17. .Cm artwork
  18. allows you to download specific artworks determine by their
  19. .Ar ID .
  20. If any artwork fails to download, an error message is printed
  21. to the standard error stream, unless
  22. .Fl \-group-errors
  23. is passed, in which case the errors are grouped and printed
  24. at the end of execution.
  25. .Pp
  26. .Nm
  27. .Cm artwork
  28. supports downloading the following content types:
  29. .Bl -bullet -compact
  30. .It
  31. Illustrations
  32. .It
  33. Manga
  34. .It
  35. Ugoira
  36. .El
  37. .Ss Options
  38. .Bl -tag
  39. .It Fl h, \-help
  40. Print the synopsis, a list of options, and some examples.
  41. .It Fl f, \-force
  42. Overwrite existing download of the specified artwork(s). Should
  43. only be used if there was an error with a previous download which
  44. resulted in an invalid image that causes
  45. .Nm
  46. to think it has already been downloaded. This will ignore any
  47. partial downloads of the artwork(s).
  48. .It Fl \-group-errors
  49. Group any errors that occur when downloading the artworks and
  50. display them at the end. The default behaviour is to display
  51. the errors as they occur.
  52. .Sh EXAMPLES
  53. To download a single artwork, you simply pass the ID of the artwork
  54. as an argument:
  55. .Dl $ pixiv_down artwork 1
  56. You can download multiple artworks in succession by passing all of
  57. their IDs at once:
  58. .Dl $ pixiv_down artwork 1 2 3
  59. You can prevent any errors being printed until the end of execution
  60. by passing the
  61. .Fl \-group-errors
  62. flag:
  63. .Dl $ pixiv_down artwork --group-errors 3 1 5
  64. .Sh SEE ALSO
  65. .Xr pixiv_down 1 ,
  66. .Xr pixiv_down-bookmarked 1 ,
  67. .Xr pixiv_down-novel 1
  68. .Sh AUTHORS
  69. Written by
  70. .An Mio Aq stigma@disroot.org
  71. .Sh BUGS
  72. .Pp
  73. Please report any bugs you may find at the bug tracker, which can be
  74. found on the website at
  75. .Lk https://yume-neru.neocities.org/p/pixiv_down.html