From cbd3099fa5d7288ec4df8acdb83ff8a55cd0e834 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 10 Mar 2025 16:43:51 -0700 Subject: [PATCH] YT Transcript: warn of broken downloads --- src/common/attachment-drafts/attachment.pipeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/attachment-drafts/attachment.pipeline.ts b/src/common/attachment-drafts/attachment.pipeline.ts index abeadb388..7e1a486f9 100644 --- a/src/common/attachment-drafts/attachment.pipeline.ts +++ b/src/common/attachment-drafts/attachment.pipeline.ts @@ -73,7 +73,7 @@ export async function attachmentLoadInputAsync(source: Readonly null); + const videoData = await youTubeGetVideoData(asYoutubeVideoId).catch(console.warn); if (videoData?.videoTitle && videoData?.transcript) { edit({ label: videoData.videoTitle,