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:
- Vimeo: player config parsing, master.json HLS manifest fetch, signed URL token handling, private and password-protected video flows.
- Bunny.net Stream: iframe embed token resolution, library ID extraction, HLS variant selection, AES-128 key request flow.
- Wistia: medias.json embed format, asset variant ranking, hashed media key resolution.
- Loom: share page metadata extraction, CDN signed URL handling, transcoded MP4 vs original quality detection.
- Generic HLS or DASH: m3u8 multi-variant parsing, MPEG-TS demuxing, fMP4 segment muxing via mp4-muxer and mp4box, AES-128 IV derivation, MPD period and adaptation set traversal.
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:
- 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.
- 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.
- 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:
- Chrome Web Store listing: Vidora on Chrome Web Store, with public review history, last update date, and code review by Google.
- Source artifacts: the offscreen document, declarativeNetRequest rules, and 5 platform resolvers are visible by opening the extension in Chrome DevTools after install.
- Refund test: 30-day money back, no questions asked, processed via the original payment method. The refund policy is published at getvidora.com/refund.
- Direct contact: [email protected]. I personally read and reply to support email.