fedimbed: try 2
This commit is contained in:
parent
76a5209577
commit
64623bfa74
1 changed files with 4 additions and 1 deletions
|
@ -971,7 +971,7 @@ async function processUrl(msg, url, spoiler = false, command = false) {
|
||||||
if (canTwitter === true) {
|
if (canTwitter === true) {
|
||||||
urlObj.hostname = "tw.c7.pm";
|
urlObj.hostname = "tw.c7.pm";
|
||||||
url = urlObj.toString();
|
url = urlObj.toString();
|
||||||
urlObj.hostName = "twitter.com";
|
urlObj.hostname = "twitter.com";
|
||||||
realUrl = urlObj.toString();
|
realUrl = urlObj.toString();
|
||||||
hostname = "tw.c7.pm";
|
hostname = "tw.c7.pm";
|
||||||
platform = "Nitter";
|
platform = "Nitter";
|
||||||
|
@ -1291,6 +1291,8 @@ async function processUrl(msg, url, spoiler = false, command = false) {
|
||||||
|
|
||||||
quoteRes = await processUrl(msg, quoteUrl, spoiler, command);
|
quoteRes = await processUrl(msg, quoteUrl, spoiler, command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
content = content.replaceAll(/tw\.(counter-strike\.gay|c7\.pm)/g, "twitter.com");
|
||||||
}
|
}
|
||||||
|
|
||||||
content = htmlToMarkdown(content);
|
content = htmlToMarkdown(content);
|
||||||
|
@ -1343,6 +1345,7 @@ async function processUrl(msg, url, spoiler = false, command = false) {
|
||||||
const newContextHandle = contextHandle.split("@")[0];
|
const newContextHandle = contextHandle.split("@")[0];
|
||||||
context = context.replace(contextHandle, "@" + newContextHandle);
|
context = context.replace(contextHandle, "@" + newContextHandle);
|
||||||
}
|
}
|
||||||
|
context.replaceAll(/tw\.(counter-strike\.gay|c7\.pm)/g, "twitter.com");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue