Update replace.py
replace internal reddit links in https://fmhy.pages.dev/video-tools#video-download
This commit is contained in:
parent
e54ec03dfc
commit
84af3e23e3
5
.github/replace.py
vendored
5
.github/replace.py
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user