pixiv_down-following.1 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .Dd April 04, 2024
  2. .Dt PIXIV_DOWN-FOLLOWING 1
  3. .Os
  4. .Sh NAME
  5. .Nm pixiv_down
  6. .Cm following
  7. .Nd download all content from followed artists
  8. .Sh SYNOPSIS
  9. .Nm
  10. .Cm following
  11. .Op Fl \-public | \-private
  12. .Op Fl s | \-skip Ar offset
  13. .Sh DESCRIPTION
  14. .Nm
  15. .Cm following
  16. allows you to bulk download content from all the artists that you
  17. follow, starting from your most recently to least recently followed.
  18. .Pp
  19. You
  20. .Em must
  21. specify whether to download your publicly or privately followed
  22. accounts by using either the
  23. .Fl \-public
  24. or
  25. .Fl \-private
  26. flags. The cannot be combined.
  27. .Pp
  28. .Nm
  29. .Cm following
  30. supports downloading the following content types:
  31. .Bl -bullet -compact
  32. .It
  33. Illustrations
  34. .It
  35. Manga
  36. .It
  37. Novels
  38. .It
  39. Ugoira
  40. .El
  41. .Ss Options
  42. .Bl -tag
  43. .It Fl h, \-help
  44. Print the synopsis, a list of options, and some examples.
  45. .It Fl \-private
  46. Only download from the accounts you privately follow. Cannot be
  47. used in conjunction with the
  48. .Fl \-public
  49. flag.
  50. .It Fl \-public
  51. Only download from the accounts you publicly follow. Cannot be used
  52. in conjunction with the
  53. .Fl \-private
  54. flag.
  55. .It Fl s, \-skip
  56. Skip downloading the first
  57. .Ar offset
  58. number of accounts.
  59. .Sh EXAMPLES
  60. Downloading all your privately followed accounts:
  61. .Dl $ pixiv_down following --private
  62. Downloading all your publicly followed accounts:
  63. .Dl $ pixiv_down following --public
  64. Download all but the first 5 of you publicly followed accounts:
  65. .Dl $ pixiv_down following --public --skip 5
  66. .Sh SEE ALSO
  67. .Xr pixiv_down 1 ,
  68. .Xr pixiv_down-artist 1 ,
  69. .Xr pixiv_down-bookmarked 1 ,
  70. .Xr pixiv_down-following 1
  71. .Sh AUTHORS
  72. Written by
  73. .An Mio Aq stigma@disroot.org
  74. .Sh BUGS
  75. .Pp
  76. Please report any bugs you may find at the bug tracker, which can be
  77. found on the website at
  78. .Lk https://yume-neru.neocities.org/p/pixiv_down.html