reddit: add support for user post links & clean up (#484)

This commit is contained in:
wukko
2024-05-03 14:09:46 +06:00
committed by GitHub
parent 080fc043ea
commit a5a01cc0c6
4 changed files with 49 additions and 17 deletions

View File

@@ -80,7 +80,8 @@ export default async function(host, patternMatch, url, lang, obj) {
case "reddit":
r = await reddit({
sub: patternMatch.sub,
id: patternMatch.id
id: patternMatch.id,
user: patternMatch.user
});
break;
case "tiktok":