Skip to content

How to only download reblogs metadata from tumblr (but still get media from main blog)? #4431

Answered by mikf
Twi-Hard asked this question in Q&A
Discussion options

You must be logged in to vote

You can use reblogged and not reblogged as a filter statement to distinguish between regular and reblog.

It should be possible to only download regular blog files with --filter "not reblogged" and to write only reblog post metadata with

{
    "name": "metadata",
    "event": "post",
    "filename": "{id}.json",
    "filter": "reblogged"
}

as a post processor.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Twi-Hard
Comment options

@mikf
Comment options

mikf Aug 21, 2023
Maintainer

Answer selected by Twi-Hard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants