forked from MarseyWorld/MarseyWorld
fix this https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/6950859#context
parent
1b26677161
commit
e99a41f9d4
|
@ -143,7 +143,7 @@
|
||||||
{% if (p.url.startswith('https://old.reddit.com/r/') and not p.url.endswith('/new/'))
|
{% if (p.url.startswith('https://old.reddit.com/r/') and not p.url.endswith('/new/'))
|
||||||
or (p.url.startswith('https://old.reddit.com/user/') and '/comments/' in p.url)
|
or (p.url.startswith('https://old.reddit.com/user/') and '/comments/' in p.url)
|
||||||
and not (v and v.reddit == "undelete.pullpush.io") %}
|
and not (v and v.reddit == "undelete.pullpush.io") %}
|
||||||
<a rel="nofollow noopener" href="{{p.url}}"></a>
|
<a rel="nofollow noopener" href="{{p.realurl(v)}}"></a>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
{% elif p.url.startswith('https://tiktok.com/@') %}
|
{% elif p.url.startswith('https://tiktok.com/@') %}
|
||||||
{% set id = p.url.split('/video/')[1] %}
|
{% set id = p.url.split('/video/')[1] %}
|
||||||
|
|
Loading…
Reference in New Issue