rip off stars aswell
This commit is contained in:
parent
99e3c40ba5
commit
ddbcbf53a5
1 changed files with 1 additions and 1 deletions
2
index.ts
2
index.ts
|
|
@ -52,7 +52,7 @@ async function getTH() {
|
||||||
const best = trackerName.startsWith("⭐");
|
const best = trackerName.startsWith("⭐");
|
||||||
|
|
||||||
trackerName = trackerName
|
trackerName = trackerName
|
||||||
.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g, '')
|
.replace(/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF]|⭐)/g, '')
|
||||||
.trim();
|
.trim();
|
||||||
ndjson += JSON.stringify({ name: trackerName, url: trackerUrl, credits, updated, links_work, best }) + "\n";
|
ndjson += JSON.stringify({ name: trackerName, url: trackerUrl, credits, updated, links_work, best }) + "\n";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue