17
Anyone know how to download from vidsrc.me?
(beehaw.org)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
I've been doing this with Selenium+SeleniumWire in Python. Here's a basic script that will open a (Selenium) Firefox instance, load the URL passed in, wait for you to click through the various popups etc. and shell out to
yt-dlp
to download the m3u8. Requires Python, Firefox, and yt-dlp. I don't see any reason it wouldn't work on platforms other than Linux, but I haven't tested at all. It could be updated to click through the play button/popups automatically but I cbf.Script
Usage
Install Python packages:Run the script (redacted example output):
If code isn't your thing OP I'd be happy to run it on your URL and send the downloaded file over Matrix or something.
Oh thanks! I kinda lost track of this thread as soon as the work week started, but I'll give this a shot soon.