Weverse Video Downloader
Save the public side of Weverse — free posts and open live replays — as MP4 on your own machine.
Why download Weverse videos with ViralMint?
Weverse is split down the middle, and being honest about which half is which is the useful thing a page like this can do. Free public posts and open live replays resolve normally and download as MP4. Membership content and anything bought through Weverse Shop does not: those sit behind an entitlement check tied to your account and, for paid VODs, DRM — a local tool cannot fetch what the server will not release, and buying a VOD does not hand you a downloadable file. For the public half, ViralMint pulls the top rendition and remuxes video and audio losslessly. Fan translations often live in the comments rather than in subtitle tracks, so a local Whisper transcript is usually the fastest route to a caption file for a clip you want to re-share.
How to download from Weverse
-
Copy the Weverse video URL
From weverse.io, copy the share or page URL — e.g.
https://weverse.io/artistname/live/0-000000000 -
Paste it into ViralMint
Open the ViralMint desktop app and paste the URL into chat. The planner detects the Weverse URL and triggers the download automatically — no flags, no command line.
-
Get the mp4, transcript and AI insights
The video lands in the Videos page with a local Whisper transcript and AI-extracted hook / structure / tone — ready for clip extraction or repurposing.
Frequently Asked Questions
Can I download membership-only or paid Weverse videos?
No. Those are gated by an account entitlement check and, for purchased VODs, DRM. The decision happens on Weverse's servers, so no local downloader can reach them — including after you have paid, which surprises people but is how the platform is built.
Which Weverse videos can I actually save?
Free public posts and live replays that Weverse leaves open to everyone. If it plays for a logged-out visitor in a browser, it will download here.
Do I need to be logged in?
For some public content Weverse still wants a session. ViralMint can use your browser's existing cookies, so signing in normally once is enough — you never paste credentials into this app.
How ViralMint compares to other Weverse downloaders
| Approach | Examples | Trade-off | ViralMint advantage |
|---|---|---|---|
| Online converters | Y2mate, SaveFrom, ssyoutube, OnlineVideoConverter | Pop-up ads, redirects, quality capped at 720p, file-size limits, no batch downloads, your URL logged to ad networks | Local app, zero ads, original quality (up to Up to 1080p (public content)), unlimited file size, batch mode |
| Browser extensions | Video DownloadHelper, FastestTube, similar Chrome / Firefox add-ons | Routinely broken after Weverse updates, removed from stores for ToS violations, no transcript or AI analysis | Updates with yt-dlp upstream (community-maintained), independent of browser extension stores, Whisper transcript built in |
| yt-dlp command line | yt-dlp, youtube-dl | Most flexible option but requires terminal comfort, manual cookie handling, no GUI for batch selection | Same yt-dlp under the hood, wrapped in a desktop GUI with cookie auto-detect, batch UI, and post-processing pipeline |
| Closed-source desktop apps | 4K Video Downloader, Allavsoft, ByClick Downloader | Closed-source, paid tiers gate batch and HD, no AI pipeline, no extensible Whisper / FFmpeg post-processing | Open source (AGPL-3.0), AI features prepaid per-action, integrates with the rest of the ViralMint creator pipeline |
Supported URL Example
https://weverse.io/artistname/live/0-000000000 Equivalent yt-dlp command
If you already use yt-dlp, the desktop app's Weverse download is equivalent to running:
yt-dlp -f "bv*+ba/b" --merge-output-format mp4 "https://weverse.io/artistname/live/0-000000000" ViralMint also auto-runs Whisper transcription, downloads the thumbnail, and extracts AI hook / structure / tone insights — steps that take a separate command chain in raw yt-dlp.