facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

webp images not supported by kindle #76

Closed facundoolano closed 3 months ago

facundoolano commented 9 months ago

If the article includes a webp image, it should be converted to another format or removed from the output HTML. The conversion probably requiers PIL or similar and some OS level libraries, which we don't want to impose to all users (not everyone needs kindle support). So it should fail gracefully if the libraries are missing.

facundoolano commented 3 months ago

this is done