About the founder

Romain Gouraud, founder of Vidora

I spent 18 months reverse engineering Vimeo, Bunny.net, Wistia and Loom so course creators and agencies could stop losing access to videos they paid for. This page exists so you can verify who writes the guides on this site, and why I am qualified to write them.

In short

  • Role: Founder and lead engineer at RGC Digital LLC, the company that publishes Vidora.
  • Location: Albuquerque, New Mexico, United States.
  • Product: Vidora, a Chrome extension that ships 5 dedicated video extraction engines (Vimeo, Bunny.net, Wistia, Loom, HLS or DASH).
  • Distribution: Listed on the Chrome Web Store since 2026, with thousands of users and a 30-day money-back guarantee.
  • Languages: Native French, fluent English. Vidora is localized in 5 languages.

Why Vidora exists

In 2024 I was helping a friend recover a $1,200 marketing course she had paid for. The vendor moved the course off Teachable, the videos disappeared, and the existing browser extensions all failed on the new HLS encryption. Every paid downloader I tried was either a stripped-down YouTube ripper with a marketing site, a SaaS proxy that uploaded customer videos to unknown servers, or a deprecated open-source tool that no longer worked against modern players.

I wrote Vidora to fix that single category of problem: paid videos that the buyer has legitimate access to, but cannot save locally. The extension runs entirely in the browser, never sends video data to a server, and uses platform-specific resolvers rather than a one-size-fits-all scraper. That is also why I write tutorials about the underlying protocols (HLS, DASH MPD, AES-128) rather than generic listicles, the deep work is what makes the product trustworthy.

Technical background

My engineering depth in the video downloader niche comes from shipping and maintaining production code against five different platforms:

I also wrote a Manifest V3 service worker that survives Chrome's lifecycle constraints (declarativeNetRequest rules, offscreen documents for Blob downloads, persistent ID rotation), which is a non-trivial engineering problem documented across several guides on this site.

Editorial principles

When I publish a guide on this blog, three rules apply without exception:

  1. Every method is tested in the current month. If a platform changed its player and a method no longer works, the article gets updated or pulled. I never republish AI-generated copy that has not been run end-to-end against the actual platform.
  2. DevTools first, Vidora second. Every tutorial explains the manual browser DevTools method before the one-click Vidora method. If readers can do it themselves with free tools, they should know how. Vidora is the convenience layer, not the gatekeeper.
  3. No DRM bypass, ever. Vidora and this blog do not cover Netflix, Disney Plus, Prime Video, HBO Max, or any Widevine or PlayReady protected platform. That is illegal in most jurisdictions and is explicitly out of scope.

How to verify

If you want to confirm the technical claims on this site before trusting the product, here is how:

Recent guides I wrote