twitter keeps skipping an image #9129
-
|
https://x.com/NozomiSuzuhara/media i have messed with my script and created a new archive file but nothing will download the linked image above. Different includes, ranges, input url from username to username/media, a new archive file, and none of it downloads that image. It downloads the images before and after but not that specific one. I have no clue what to do. this is what my script looks like gallery-dl -i url.txt --sleep options --author is user filter --range --cookies --filename |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Works for me. Maybe it's related to your Twitter account settings and location? |
Beta Was this translation helpful? Give feedback.
-
|
changed the filenaming part of my script. all i did was edit the date part. it was date:Y-M-D but i changed it to date and the image downloaded. i had a num index in the filename for multi tweet images so it shouldn't have skipped it but it did and now i'm even more confused as to why that date change did it because nothing else was working. No other part of script being edited did anything except the date change in the filename option. Any ideas as to why would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
%Y-%m-%dproduces the same result for Tweets posted on the same day, leading to duplicate filenames and skipped file downloads.numenumerates files per Tweet. Two separate Tweets will have the samenumvalues for their files.