pixiv_down-bookmarked.1 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .Dd August 01, 2024
  2. .Dt PIXIV_DOWN-BOOKMARKED 1
  3. .Os
  4. .Sh NAME
  5. .Nm pixiv_down
  6. .Cm bookmarked
  7. .Nd download bookmarked works from
  8. .Lk www.pixiv.net
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Cm bookmarked
  12. .Op Fl \-novels
  13. .Op Fl \-private
  14. .Op Fl \-remove-invalid
  15. .Op Fl s | \-skip Ar offset
  16. .Sh DESCRIPTION
  17. .Nm
  18. .Cm bookmarked
  19. allows you to download all the works that you have bookmarked. If
  20. a work is no longer available, say it's been removed from pixiv,
  21. then the ID of the work will be logged to a file called
  22. .Pa pixiv_down-missing.txt .
  23. .Pp
  24. You can opt to remove these works from your bookmarks automatically
  25. by passing the
  26. .Fl \-remove-invalid
  27. flag. Keep in mind that passing this flag will still run the
  28. command as per normal, downloading works that are still available.
  29. .Pp
  30. .Nm
  31. .Cm bookmarked
  32. supports downloading the following content types:
  33. .Bl -bullet -compact
  34. .It
  35. Illustrations
  36. .It
  37. Manga
  38. .It
  39. Novels
  40. .It
  41. Ugoira
  42. .El
  43. .Ss Options
  44. .Bl -tag
  45. .It Fl h, \-help
  46. Print the synopsis, a list of options, and some examples.
  47. .It Fl \-novels
  48. Download bookmarked novels instead of artworks, manga, and ugoira.
  49. .It Fl \-private
  50. Download works on your
  51. .Qq private
  52. bookmark list, instead of works on your
  53. .Qq public
  54. bookmark list
  55. .It Fl \-remove-invalid
  56. Remove works that are no longer available while running this
  57. command. The IDs of missing works will still be logged to the
  58. .Pa pixiv_down-missing.txt
  59. file.
  60. .It Fl \-remove-from-file Ar file
  61. Remove works that are listed on each line in
  62. .Ar file .
  63. This file is generally the one that is generated by running this
  64. command, without the
  65. .Fl \-remove-from-file
  66. option.
  67. .It Fl s, \-skip Ar offset
  68. Skip downloading the first
  69. .Ar offset
  70. number of works. Useful when downloading over 1000 works.
  71. .Sh EXAMPLES
  72. To download all your artworks, manga, and ugoiras that are on
  73. your
  74. .Qq public
  75. bookmark list:
  76. .Dl $ pixiv_down bookmarked
  77. Alternatively, download all the artworks, manga, and ugoiras
  78. that are on your
  79. .Qq private
  80. bookmark list:
  81. .Dl $ pixiv_down bookmarked --private
  82. Download bookmarked novels instead of artworks, manga, and ugoiras:
  83. .Dl $ pixiv_down bookmarked --novels
  84. Download the novels that are on your
  85. .Qq private
  86. bookmark list, but skipping the first 100 novels because you've
  87. already downloaded them in a previous run:
  88. .Dl $ pixiv_down bookmarked --novels --private --skip 100
  89. .Sh SEE ALSO
  90. .Xr pixiv_down 1 ,
  91. .Xr pixiv_down-artist 1 ,
  92. .Xr pixiv_down-artwork 1 ,
  93. .Xr pixiv_down-novel 1
  94. .Sh AUTHORS
  95. Written by
  96. .An Mio Aq stigma@disroot.org
  97. .Sh BUGS
  98. .Pp
  99. Please report any bugs you may find at the bug tracker, which can be
  100. found on the website at
  101. .Lk https://yume-neru.neocities.org/p/pixiv_down.html