From a87aebc0d5a5e81fe48f913414fab9cedae74b87 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 29 Mar 2024 03:31:49 +0200 Subject: [PATCH] fix this https://watchpeopledie.tv/h/meta/post/61549/megathread-for-bugs-and-suggestions/3024943#context --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index d39009e60..a02df00cf 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -203,7 +203,7 @@ def execute_snappy(post, v): captured2 = [] for href, title in captured: - if not (href.startswith('/') or href.startswith(f'{SITE_FULL}/') or href.startswith(f'{SITE_FULL_IMAGES}/')): + if not (href.startswith('/') or href.startswith(f'{SITE_FULL}/') or href.startswith(f'{SITE_FULL_IMAGES}/') or href.startswith('https://videos.watchpeopledie.tv/')): captured2.append((href, title)) if captured2: