-
these are two of many files when download with above two user
in those reposted, retweeted, etc usually have an arrow, which you can click on it and Copy Link, the link there is from original post, i think original_post_id should saved into archived along with tweet_id too ?
eg:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update The default includes both You can filter them with
but there is no way to log them separately other than a |
Beta Was this translation helpful? Give feedback.
Update
archive-format
The default includes both
{tweet_id}
andretweet_id
values ("{tweet_id}_{retweet_id}_{num}"
)Change it to
"{retweet_id|tweet_id}_{num}"
to treat original Tweet and its Retweets the same.You can filter them with
--filesize-max
but there is no way to log them separately other than a
[downloader.http][warning] File size larger than allowed maximum
logging message.