From d3dc227e5825b5e8fed0a264912e26934cfe19e1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 9 Apr 2024 05:48:06 +0200 Subject: [PATCH] add 3 px for tiktok embeds --- files/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post.html b/files/templates/post.html index f569b6dfc..f11ca2b66 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -153,7 +153,7 @@ {% elif p.url and p.url.startswith('https://tiktok.com/@') %} {% set id = p.url.split('/video/')[1] %} - + {% elif p.domain == 'instagram.com' %} {% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %} {% if '/' in path %}