We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://developer.twitter.com/en/docs/media/upload-media/uploading-media/media-best-practices, it seems like Twitter now supports video up to 512 MB(!). I suppose downstream users might limit earlier, but granary source still references a 15 MB limit.
granary/granary/twitter.py
Line 100 in 64df34a
The text was updated successfully, but these errors were encountered:
0424417
thanks for filing! fixed, and deployed to bridgy. (untested. )
Sorry, something went wrong.
ideally twitter would publish this number in https://developer.twitter.com/en/docs/developer-utilities/configuration/api-reference/get-help-configuration and keep it updated there, so i could load it dynamically and not have to maintain it as a constant in my own code. they already have a photo_size_limit value there. sadly it seems like that API endpoint hasn't been updated in years, so i'm not holding my breath.
photo_size_limit
No branches or pull requests
According to https://developer.twitter.com/en/docs/media/upload-media/uploading-media/media-best-practices, it seems like Twitter now supports video up to 512 MB(!). I suppose downstream users might limit earlier, but granary source still references a 15 MB limit.
granary/granary/twitter.py
Line 100 in 64df34a
The text was updated successfully, but these errors were encountered: