TwidereProject / TwidereX-iOS

Next generation of Twidere for iOS.
GNU General Public License v3.0
153 stars 10 forks source link

Fix Twitter image media extension may not set issue #96

Closed MainasuK closed 2 years ago

MainasuK commented 2 years ago

resolve #92

The old style original Twitter image media hasn't a file extension from the URL. Parse it from the file header and set it manually.

And assert any other URL has a valid extension for video or something.