Page 1 of 1
Which porn sites still allow video downloads?
Posted: Sat Mar 26, 2022 3:42 pm
by GunrunnerNC
I know Pornmega does, are there any other decent sites that still allow one to download videos straight from their sites without using intermediary websites or software?
Re: Which porn sites still allow video downloads?
Posted: Sat Mar 26, 2022 7:08 pm
by Tittyluvr1334
eporner.com
Re: Which porn sites still allow video downloads?
Posted: Sun Mar 27, 2022 6:23 am
by Demonika
SpankBang
Re: Which porn sites still allow video downloads?
Posted: Sun Mar 27, 2022 8:09 am
by kerastop
You can download every video that you can stream. You must install Video DownloadHelper extension in your browser. When your video is playing you can select this specific video from the extension menu, and the video is saved in your download directory.
https://www.downloadhelper.net/
Re: Which porn sites still allow video downloads?
Posted: Sun Mar 27, 2022 2:16 pm
by satn00b
On many sites you can also use JDownloader, some even if they only offer rtmp (the video will get re-encoded via ffmpeg)
Re: Which porn sites still allow video downloads?
Posted: Sun Mar 27, 2022 5:11 pm
by hosenguy
Also Porntrex.com
Re: Which porn sites still allow video downloads?
Posted: Sun Mar 27, 2022 11:55 pm
by IrishNachos
I've posted a bunch of videos I made on Spankbang.com but I can't remember the email I used to register and I can't sign in. If I can ever get access I'll post a link to my vids. I tried contacting support but they didn't get back to me. I'm sad.
IrishNachos
Re: Which porn sites still allow video downloads?
Posted: Tue Mar 29, 2022 12:37 pm
by PlayfulGuy
I've had good luck using
https://9xbuddy.com to download stuff from PH and others.
PG
Re: Which porn sites still allow video downloads?
Posted: Thu Mar 31, 2022 10:40 pm
by masperturbator
All of the "downloader" websites are just user interfaces for
YT-DLP or something like it running on the "downloader" site's servers, and are inferior to YT-DLP in various ways, often intentionally because their reason to exist is serve ads or something.
Code: Select all
yt-dlp.exe --no-check-certificate https://url-of-whatever-video-page
That one line with
yt-dlp.exe is probably getting you a better file, and it always comes directly from the servers that "url-of-whatever-video-page" is using to send the file to their own website player.
Code: Select all
yt-dlp.exe --no-check-certificate -f "bestvideo+bestaudio" https://url-of-whatever-video-page
You just asked it to try to select the best pairing of video and audio quality available on "url-of-whatever-video-page."
It's been at least a year since I found a web player it can't download from. It also downloads age-restricted YouTube videos without sign-in.

Re: Which porn sites still allow video downloads?
Posted: Fri Apr 01, 2022 12:49 am
by GunrunnerNC
These are great suggestions. Is the Github thing software you can install directly or is it like code you have to compile yourself etc?
Re: Which porn sites still allow video downloads?
Posted: Fri Apr 01, 2022 2:08 am
by zingg2
GunrunnerNC wrote: Fri Apr 01, 2022 12:49 am
These are great suggestions. Is the Github thing software you can install directly or is it like code you have to compile yourself etc?
They've got compiled binaries/zips in the Releases section on their GitHub;
here's the page for the latest release.