api: remove support for vine cuz the archive is dead

masterful gambit elon musk
This commit is contained in:
wukko
2024-11-15 18:29:21 +06:00
parent f7dc6cebad
commit 3de3e9e158
7 changed files with 0 additions and 64 deletions

View File

@@ -19,7 +19,6 @@ import tumblr from "./services/tumblr.js";
import vimeo from "./services/vimeo.js";
import soundcloud from "./services/soundcloud.js";
import instagram from "./services/instagram.js";
import vine from "./services/vine.js";
import pinterest from "./services/pinterest.js";
import streamable from "./services/streamable.js";
import twitch from "./services/twitch.js";
@@ -175,12 +174,6 @@ export default async function({ host, patternMatch, params }) {
})
break;
case "vine":
r = await vine({
id: patternMatch.id
});
break;
case "pinterest":
r = await pinterest({
id: patternMatch.id,