diff options
| author | 2025-04-27 20:34:08 -0400 | |
|---|---|---|
| committer | 2025-04-27 20:34:08 -0400 | |
| commit | 4a18b5837c1dd82f5964afcfc3fecc53cd97e79c (patch) | |
| tree | 44019190a44fd449daa0efd07c65bbe524688c33 /data/man | |
| parent | b830dc03b3b7c9dd119648e1be9c1145d56e096c (diff) | |
New upstream version 1.29.5.upstream/1.29.5
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 47 |
2 files changed, 44 insertions, 5 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 7eb34af..7a6c97d 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2025-04-13" "1.29.4" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2025-04-26" "1.29.5" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index dc11605..d329d9c 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2025-04-13" "1.29.4" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2025-04-26" "1.29.5" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -810,13 +810,13 @@ or a \f[I]list\f[] with IP and explicit port number as elements. .IP "Default:" 9 .br -* \f[I]"gallery-dl/VERSION"\f[]: \f[I][Danbooru]\f[], \f[I]mangadex\f[] +* \f[I]"gallery-dl/VERSION"\f[]: \f[I][Danbooru]\f[], \f[I]mangadex\f[], \f[I]weasyl\f[] .br * \f[I]"gallery-dl/VERSION (by mikf)"\f[]: \f[I][E621]\f[] .br * \f[I]"Patreon/72.2.28 (Android; Android 14; Scale/2.10)"\f[]: \f[I]patreon\f[] .br -* \f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"\f[]: \f[I]instagram\f[] +* \f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/LATEST.0.0.0 Safari/537.36"\f[]: \f[I]instagram\f[] .br * \f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:LATEST) Gecko/20100101 Firefox/LATEST"\f[]: otherwise @@ -1857,11 +1857,39 @@ Possible values are \f[I]"posts"\f[], \f[I]"replies"\f[], \f[I]"media"\f[], +\f[I]"video"\f[], \f[I]"likes"\f[], It is possible to use \f[I]"all"\f[] instead of listing all values separately. +.SS extractor.bluesky.likes.endpoint +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"listRecords"\f[] + +.IP "Description:" 4 +API endpoint to use for retrieving liked posts. + +\f[I]"listRecords"\f[] +Use the results from +.br +\f[I]com.atproto.repo.listRecords\f[] +Requires no login and alows accessing likes of all users, +.br +but uses one request to +\f[I]getPostThread\f[] +per post, +\f[I]"getActorLikes"\f[] +Use the results from +.br +\f[I]app.bsky.feed.getActorLikes\f[] +Requires login and only allows accessing your own likes. +.br + + .SS extractor.bluesky.metadata .IP "Type:" 6 .br @@ -1890,7 +1918,7 @@ Extract additional metadata. (See \f[I]app.bsky.actor.getProfile\f[]). -.SS extractor.bluesky.post.depth +.SS extractor.bluesky.likes.depth .IP "Type:" 6 \f[I]integer\f[] @@ -4007,6 +4035,17 @@ Extract extended \f[I]pool\f[] metadata. Note: Not supported by all \f[I]moebooru\f[] instances. +.SS extractor.naver.videos +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Download videos. + + .SS extractor.newgrounds.flash .IP "Type:" 6 \f[I]bool\f[] |
