mirror of
https://github.com/fmhy/edit.git
synced 2025-10-14 08:41:06 +11:00
Fix
This commit is contained in:
parent
72b415e079
commit
e539ceecfb
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export function transform(text: string): string {
|
|||
.replace(/.25B7_/g, '')
|
||||
.replace(/_?\.2F_?/g, '-')
|
||||
.replace(/_?.26amp.3B_?/g, '-')
|
||||
.replace(/(?<=r\/FREEMEDIA.+)2(?=\))/g, '-1')
|
||||
.replace(/(?<=r\/FREEMEDIA.+_[a-z]+)2(?=\))/g, '-1')
|
||||
.replace(/(?<=r\/FREEMEDIA.+)\.(?=[a-z]+_)/g, '-')
|
||||
|
||||
// Transform reddit index links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue