Update replace.py

replace internal reddit links in https://fmhy.pages.dev/video-tools#video-download
This commit is contained in:
Rust1667 2023-12-19 19:44:05 +01:00 committed by GitHub
parent e54ec03dfc
commit 84af3e23e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/replace.py vendored
View File

@ -160,6 +160,11 @@ def replace_pages(text):
"/internet-tools", "/internet-tools",
text, text,
) )
text = re.sub(
"https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/social-media",
"/social-media-tools",
text,
)
text = re.sub( text = re.sub(
"https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools", "https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/text-tools",
"/text-tools", "/text-tools",