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 %}