From 0e5e0e4eaa6dcbb52c1c36adb56c6af2492d5a49 Mon Sep 17 00:00:00 2001 From: Aholicknight Date: Thu, 14 Nov 2024 22:19:22 -0600 Subject: [PATCH] rename twitter to twitter/x --- api/src/processing/services/twitter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/processing/services/twitter.js b/api/src/processing/services/twitter.js index b4a1d557..5078d668 100644 --- a/api/src/processing/services/twitter.js +++ b/api/src/processing/services/twitter.js @@ -215,7 +215,7 @@ export default async function({ id, index, toGif, dispatcher, alwaysProxy }) { if (needsFixing(content) || shouldRenderGif) { url = createStream({ - service: "twitter", + service: "twitter/x", type: shouldRenderGif ? "gif" : "remux", url, filename: videoFilename,