How do i setup invidious to show thumbnails in the clipious app

mariah@feddit.rocks to Selfhosted@lemmy.world – 8 points –

I set up invidious on my debian server from here and it has thumbnails on web not in clipious. How do i fix this

14

You are viewing a single comment

So a quick search resulted in this issue from the Yattee repo:

https://github.com/yattee/yattee/issues/354#:~:text=Invidious%20HTTPS%20Instance%20needs%20to%20be%20configured%20with,links%20in%20the%20external%20API%20used%20by%20Yattee.

And the highlighted answer states:

Invidious HTTPS Instance needs to be configured with this settings:

external_port: 443 domain: whatever.it.is

Without it, the Invidious frontend will show thumbnails fine but will produce wrong links in the external API used by Yattee.