From 84af3e23e3c45c9369b2320ef3fabf5cf58ce7d9 Mon Sep 17 00:00:00 2001 From: Rust1667 <115593284+Rust1667@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:44:05 +0100 Subject: [PATCH] Update replace.py replace internal reddit links in https://fmhy.pages.dev/video-tools#video-download --- .github/replace.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/replace.py b/.github/replace.py index 1c2ce91f0..0e9870205 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -160,6 +160,11 @@ def replace_pages(text): "/internet-tools", text, ) + text = re.sub( + "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media", + "/social-media-tools", + text, + ) text = re.sub( "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools", "/text-tools",