imgbrd-grabber
imgbrd-grabber copied to clipboard
[twitter, monitor] monitor download twitter from only 1page
download twitter image is not working well with monitor.
I think the problem is that it check only 1page. means it downloads only from the 1page, excluding text tweet and retweet in that page how do I make monitor check next pages? not only 1page
monitors.json
{
"cumulated": 61,
"delay": 0,
"download": true,
"filenameOverride": "",
"getBlacklisted": true,
"interval": 1333320,
"lastCheck": "2022-06-10T19:17:43Z",
"lastState": {
"count": 2,
"since": "2022-04-10T18:51:52Z",
"state": "ok"
},
"notify": false,
"pathOverride": "G:/내 드라이브/grabber_monitor/-분 ASIA/= kame =",
"postFilters": [
],
"preciseCumulated": true,
"query": {
"tags": [
"kame_3t",
"retweets:no"
]
},
"sites": [
"api.twitter.com"
]
},
log
[04:17:43.448][Info] Monitoring new images for '-J(twi-kame) kame_3t retweets:no' on 'Twitter' [04:17:43.448][Info] [api.twitter.com][Json] Loading page
https://api.twitter.com/1.1/statuses/user_timeline.json?count=20&include_rts=false&exclude_replies=false&tweet_mode=extended&screen_name=kame_3t
[04:17:43.632][Info] [api.twitter.com][Json] Receiving pagehttps://api.twitter.com/1.1/statuses/user_timeline.json?count=20&include_rts=false&exclude_replies=false&tweet_mode=extended&screen_name=kame_3t
[04:17:43.647][Info] [api.twitter.com][Json] Parsed pagehttps://api.twitter.com/1.1/statuses/user_timeline.json?count=20&include_rts=false&exclude_replies=false&tweet_mode=extended&screen_name=kame_3t
: 18 images (18), 0 tags (0), -1 total (-1), -1 pages (-1) [04:17:43.647][Info] Added 1 images to the download queue for monitor '-J(twi-kame) kame_3t retweets:no' on 'Twitter' [04:17:43.647][Info] Loading and saving image fromhttps://video.twimg.com/ext_tw_video/1534931417980805120/pu/vid/1280x720/nyI-9iXaSU0BTh3W.mp4?tag=12
inG:\내 드라이브\grabber_monitor\-분 ASIA\= kame =\.mp4
[04:17:43.857][Info] File already exists:G:\내 드라이브\grabber_monitor\-분 ASIA\= kame =\81c3f681fc2b0b84146b46b80afa97b0.mp4
why is this checking only one page?
It should have downloaded more previous images
but it only download from 1page of 20count
i dont know about code so i only touched simple setting but it's not working
how can i make monitor download twitter from multiple pages?