diff --git a/files/templates/post.html b/files/templates/post.html index 30d36a028..316083975 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -154,7 +154,7 @@ {% 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('/') %}