How To Download RUMBLE Transcripts For  FREE
1 min read

How To Download RUMBLE Transcripts For FREE

Rumble, the Canadian “uncensored” competitor to YouTube, is still an emerging platform. It doesn’t yet have the same level of coder support as YouTube (no built-in AI transcript search, easy exports, etc.). However, because Rumble is more open, you can often download a video’s transcript/captions directly on your device—no third-party tools needed! (Tested on Windows)We’re using The great Zay Unfiltered stream (ft. yours truly) as the example.

Disclaimer: As always, content features do not necessarily constitute endorsement by TTB Media of the views and values expressed and are not an endorsement of the content creator, nor do they represent TTB Media’s views and values.

Desktop/Browser Method (Windows/Mac/Linux)

On desktop or in a browser (Windows, Mac, or Linux), start by heading to the Rumble stream or video page and get it playing. Make sure captions or subtitles are turned on if the video has them, though sometimes you can still get them if caption have not publicly shown yet.

Then right-click (or two-finger tap on a trackpad) right in the middle of the video player to bring up the context menu, and choose Inspect (or Inspect Element). Once the DevTools panel opens, hit Ctrl + F (or Cmd + F on Mac) to pull up the search bar. Type in “VTT” since that’s the WebVTT format Rumble uses for captions. Scan the HTML for a line that looks something like

<track kind="captions" src="https://... .vtt"

Locate the full URL listed after src=, then click that link (or right-click and open it in a new tab). The raw .vtt file should load in your browser. From there, simply press Ctrl + S (or Cmd + S on Mac) to save the file—make sure to keep or add the .vtt extension (or save as .txt if you just want plain text). And that’s it—you’ve got the full transcript or captions saved locally on your device. That’s it! You now have the transcript/captions saved locally.

Bonus: Searching for INSANE Takes (Rumble Classics!)

Import the saved .vtt file into NotebookLM (Google’s free AI notebook tool).
Then ask it something like: “Find the craziest, most insane, or controversial takes in this transcript.”(We did this successfully with YouTube videos before—same workflow works great here.)

Mobile Method (Android Only — Sorry iOS Users!)

You’ll need the YTDLnis APK (a free, open-source yt-dlp frontend for Android).

  1. Install YTDLnis (search for official releases; it’s based on yt-dlp).
  2. Paste the Rumble video link into the text box.
  3. Toggle “Add extra commands” (or similar advanced options).
  4. In the extra commands field, type:
    --write-sub --write-auto-sub --skip-download
    (This downloads only the subtitles/captions in VTT format without grabbing the video itself.)
  5. Run it — the .vtt file saves to your device.

God Bless Tech Talk To You Later!!!

Leave a Reply

Your email address will not be published. Required fields are marked *