From 600caee96f93a049c5d5ecf9b8da842a39cc661e Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Mon, 18 May 2026 15:06:48 +0200 Subject: [PATCH] docs: disclose ScrapeCreators and Supadata in README network section The Privacy & Security > Network requests list omitted the two optional paid transcript APIs the plugin contacts when a key is configured. Add them so the disclosure is complete. Co-Authored-By: Claude Opus 4.7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a8b06d..6d597ec 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ All requests use HTTPS. TubeSage contacts: - **YouTube**, to fetch video metadata and transcripts. - **Your configured LLM provider** (OpenAI, Anthropic, Google, or OpenRouter), to generate summaries. If you use Ollama, requests go only to your local Ollama server and nothing leaves your machine. +- **ScrapeCreators** (`api.scrapecreators.com`) and **Supadata** (`api.supadata.ai`) — contacted only if you choose to configure an API key for one of them. These are optional paid transcript services used as alternatives or fallbacks to direct YouTube extraction; with no key set, neither is contacted. That is the complete list. LangChain's bundled tiktoken helper, which would otherwise fetch tokenizer data from a third-party CDN, is replaced with a network-free stub at build time, so TubeSage contacts no other hosts.