-
Notifications
You must be signed in to change notification settings - Fork 111
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
Feature request: check with Internet Archive for media that can't be downloaded #153
Comments
see also tweetback/tweetback#35 and tweetback/tweetback#69 |
archive.org's api is super simple
I'm not sure how it affects tweetback as thats javascript and this is python |
I mean, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some media just isn't going to be on Twitter anymore, due to getting deleted or whatever, so trying to fetch it again with a longer sleep time isn't going to help at all. Instead, I think a better solution might be to check with the Internet Archive to see if they already have the missing media? All that ought to be necessary would be to prepend
http://web.archive.org/
to the URL, and then if it's got a copy, it should find it...The text was updated successfully, but these errors were encountered: