rip off stars aswell

This commit is contained in:
Soph :3 2025-12-13 17:34:06 +02:00
parent 99e3c40ba5
commit ddbcbf53a5

View file

@ -52,7 +52,7 @@ async function getTH() {
const best = trackerName.startsWith("⭐");
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();
ndjson += JSON.stringify({ name: trackerName, url: trackerUrl, credits, updated, links_work, best }) + "\n";
}