-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Deviantart] [Twitter] [Possibly other sites] Downloading a twitter account's main tab sometimes gets the same tweet twice and aborts #1792
Comments
Most likely it's just a tweet with a quote retweet of the previous one. I've seen this too (here, for example (NSFW)) and it's not really a bug. Either disable quote retweets or increase the abort threshold. |
edit: |
When a user quotes his own Tweet and that Tweet gets filtered by '"quoted": false', it could also get filtered when it appeared later as regular Tweet.
That's actually already implemented via the image-unique option, but I concur with nisehime: just increase the abort threshold.
No, that's an actual bug and shouldn't happen. Fixed in ae78d95. |
Sometimes when downloading a twitter account the same tweet will be grabbed twice, causing the extractor to end early. Just now I've seen this happen on a deviantart favourite list.
The only solution I can think of is keeping a list of all images the current gallery-dl command processed and, if it encounters any one of them again, don't abort
This has happened before on Twitter, but the only example whose URL I remember is NSFW and takes about 10GB to happen so you're going to have to take my word on this
The text was updated successfully, but these errors were encountered: