mirror of
https://github.com/fmhy/edit.git
synced 2026-02-20 10:11:27 +11:00
caught a few more
This commit is contained in:
parent
ac63380e94
commit
6bbce1882c
1 changed files with 2 additions and 0 deletions
2
.github/replace.py
vendored
2
.github/replace.py
vendored
|
|
@ -35,6 +35,8 @@ def individual(text: str):
|
|||
text = re.sub("/devtools/#machine-learning2", "/devtools/#machine-learning-1", text)
|
||||
text = re.sub("/linuxguide#software-sites2", "/linuxguide#software-sites-1", text)
|
||||
text = re.sub("/linuxguide#software_sites", "/linuxguide#software_sites", text)
|
||||
text = re.sub("/non-english#reading10", "/non-english#reading-9", text)
|
||||
text = re.sub("/storage#satellite-.26amp.3B_street_view_maps", "/storage#satellite-street-view-maps", text)
|
||||
|
||||
# Base64-decoder script link
|
||||
text = re.sub(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue