snapchat: add support for android short links

This commit is contained in:
wukko
2024-08-03 16:50:57 +06:00
parent 417a21ea91
commit bef9b5b172
3 changed files with 4 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ async function getStory(username, storyId) {
export default async function (obj) {
let params = obj;
if (obj.hostname === 't.snapchat.com' && obj.shortLink) {
if (obj.shortLink) {
const link = await getRedirectingURL(`https://t.snapchat.com/${obj.shortLink}`);
if (!link?.startsWith('https://www.snapchat.com/')) {