From 9f0fa10273f37e52441dc44c948b39eb33215520 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 9 Apr 2024 05:50:20 +0200 Subject: [PATCH] dont try to embed tiktok profiles --- files/templates/post.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/templates/post.html b/files/templates/post.html index f11ca2b66..30d36a028 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -153,7 +153,9 @@ {% elif p.url and p.url.startswith('https://tiktok.com/@') %} {% set id = p.url.split('/video/')[1] %} - + {% if id %} + + {% endif %} {% elif p.domain == 'instagram.com' %} {% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %} {% if '/' in path %}