rystaf / mlmym

a familiar desktop experience for lemmy
GNU Affero General Public License v3.0
251 stars 16 forks source link

Display Imgur thumbnails #17

Closed pintassilgo closed 1 year ago

pintassilgo commented 1 year ago

Currently there's no thumbnail for posts of Imgur links.

Imgur has native thumbnails by appending a letter following the ID.

Example:

Source: https://api.imgur.com/models/image

rystaf commented 1 year ago

Thanks for the tip!

pintassilgo commented 1 year ago

I'm seeing https://imgur.com/XXX.jpg (imgur.com, not i.imgur.com) posts without thumbnails. In the end it redirects to i.imgur.com, but regex should make i. optional. The same for URLs without file extension (in which case I suggest to default to .jpg).