From 01610f239e027d8a9173077e807c5827d66ef887 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 9 Apr 2024 05:51:09 +0200 Subject: [PATCH] add 3 more pixels --- 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 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('/') %}