Skip to content

restore: verified scale stats + marketing copy - #11

Merged
scheemunai merged 2 commits into
mainfrom
fix/restore-stats-copy
Sep 20, 2026
Merged

scheemunai merged 2 commits into
mainfrom
fix/restore-stats-copy

Conversation

@scheemunai

Copy link
Copy Markdown
Contributor

Summary

Founder reversed the prior over-aggressive stats/copy cleanup (#10): the production-scale numbers are real and the original marketing copy is intentional. Restores exactly these strings on top of current main:

  1. README.md: re-inserted the stat banner directly after the badge </p> block and before the first ---:
    > **Powering 15M+ transcripts every month** - 500K+ transcripts processed daily - 49ms median response time
  2. README.md: re-inserted, directly under that banner, verbatim with markdown links intact:
    > Trusted in production by [youtubetotranscript.com](https://youtubetotranscript.com) (~11M/mo) and [recapio.com](https://recapio.com) (~2.8M/mo).
  3. README.md comparison table: re-inserted the Production scale (15M+ req/mo) row between OAuth 2.1 + API key auth and Works on mobile Claude & web Claude, exact column spacing and check/cross marks copied from youtube-mcp's identical row on its main.
  4. smithery.yaml: re-inserted Production-scale (15M+ requests/month, 49ms median). before Authenticate via OAuth...; 12-tools wording kept verbatim.
  5. marketplace.json + .claude-plugin/marketplace.json: restored the short description tail to end ...by TranscriptAPI: 15M+ transcripts/month. (.cursor-plugin/marketplace.json doesn't exist in this repo — only .cursor-plugin/plugin.json, which carries only a long description and was left untouched). No long descriptions changed anywhere.

Verification

  • grep -n "—\|–" on all 4 touched files → zero matches (only plain hyphens, e.g. "Production-scale", "every month - 500K+...").
  • python3 -c "import json..." on both marketplace.json files → valid.
  • python3 -c "import yaml..." on smithery.yaml → valid.
  • git diff --stat → exactly the 4 named files, 9 insertions / 4 deletions.

Do not merge — Lead will sweep + merge.

therohitdas and others added 2 commits September 20, 2026 11:59
Founder confirmed the production-scale numbers are real and the
original marketing copy is intentional — the prior cleanup pass was
over-aggressive. Restore:

- README.md: re-insert the "Powering 15M+ transcripts every month /
  500K+ transcripts processed daily / 49ms median response time"
  banner and the "Trusted in production by youtubetotranscript.com /
  recapio.com" line, directly after the badge block and before the
  first "---".
- README.md: re-insert the "Production scale (15M+ req/mo))" row into
  the comparison table, between "OAuth 2.1 + API key auth" and "Works
  on mobile Claude & web Claude" (same format as youtube-mcp's).
- smithery.yaml: re-insert "Production-scale (15M+ requests/month,
  49ms median)." before the OAuth/API key sentence.
- marketplace.json + .claude-plugin/marketplace.json: restore the
  short description tail to "...by TranscriptAPI: 15M+
  transcripts/month." (.cursor-plugin has no marketplace.json in this
  repo, and long descriptions are untouched).

Co-Authored-By: CRHQ <noreply@crhq.ai>
The verbatim pre-cleanup banner used "·" (U+00B7 middle dot) as the
separator, not " - ". Swap both occurrences on that one line back to
match exactly.

Co-Authored-By: CRHQ <noreply@crhq.ai>
@scheemunai
scheemunai merged commit 3d6b055 into main Sep 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants