Method 1: Web extractor (one-click copy)
The fastest path: paste the URL, extract, click Copy. Clean text lands on your clipboard, no manual selection, no timestamps glued to every line.
Steps:
- Copy the YouTube video URL from your browser
- Paste it into SubExtract's video captions tool
- Click Extract
- Click the Copy button next to the transcript output
That's it. The transcript is now on your clipboard as continuous prose, ready to paste into a doc, email, ChatGPT, or notes app.
Why this beats manual copying:
- Clean output — no per-line timestamps, no
00:01prefixes interleaved with text - One click instead of select-all-and-pray
- Works for long videos (1+ hours) that would be painful to select manually
- Optional plain-text vs SRT toggle if you do want timestamps
Method 2: YouTube's native transcript view
YouTube exposes a built-in transcript panel. It's free and doesn't require leaving the page, but the copy experience is rough.
Steps:
- Open the video on YouTube web (the mobile app doesn't expose this)
- Click the three-dot menu (
...) below the video, next to Save - Select Show transcript
- The transcript opens in a side panel with a timestamp prefixing every line
- Click into the panel, press
Ctrl+A(orCmd+A) to select all - Press
Ctrl+C(orCmd+C) to copy
What you'll get: every line prefixed by a timestamp like 0:42. To turn it into clean prose you'll need to find-and-replace timestamps out — usually a regex like ^\d+:\d+\s* in a text editor that supports regex.
There's a small toggle timestamps option above the transcript panel on desktop. Turning it off helps a bit, but spacing and line breaks still look awkward when pasted into most apps.
Comparison
| Method | Speed | Output cleanliness | Batch capable | Works on mobile | |---|---|---|---|---| | Web extractor (Copy button) | Fast — one click | Clean prose, no timestamps by default | Yes — paste a new URL and repeat | Yes (mobile browser) | | YouTube native transcript | Slow — manual select | Messy — timestamp on every line | No — one video at a time | No (web only) |
For a single video you happen to be watching, native transcript is fine. For anything else — bulk videos, clean text, mobile, LLM input — the web extractor wins.
Frequently asked questions
Why doesn't simple copy-paste from YouTube work cleanly? The native transcript panel is a structured list, not flowing text. Each line carries its own timestamp element, so when you paste into Word, Google Docs, or Notion the timestamps come along glued to the lines. It looks like data, not prose. The web extractor strips that structure server-side and hands you continuous text.
Can I copy with timestamps included?
Yes, on both methods. In SubExtract, switch the output to SRT or timestamped mode before clicking Copy — you'll get the canonical HH:MM:SS,mmm format used by video editors. In YouTube's native panel, timestamps are on by default; just leave the toggle on.
How do I copy a YouTube transcript on mobile? YouTube's mobile app does not expose the Show transcript button — it's web-only. Workarounds: open the video in your phone's browser and request the desktop site (most mobile browsers have a toggle in the menu), or use SubExtract directly in your mobile browser. SubExtract works the same on phone as on desktop, and tapping the Copy button puts the text on your phone's clipboard.
The Copy button copied something strange — what happened?
Some browsers block clipboard writes when the page isn't focused, or when you've blocked clipboard permissions. Click somewhere on the transcript first, then click Copy. If it still fails, manually select the text in the output panel and use Ctrl+C / Cmd+C as a fallback.
Is there a length limit on copied transcripts? The clipboard itself can hold very long text — multi-hour podcasts copy fine. The bigger limit is the destination: pasting a 50,000-word transcript into a chat tool or single LLM message may hit context limits. For long content, paste into a doc first, then chunk for downstream use.
Does copying need a login? SubExtract's free tier lets you extract and copy without paying. Sign-up is required to track usage credits across sessions. YouTube's native transcript needs no login at all — just a web browser.