How to download from highporn

rice12345

Well-Known Member
Jan 14, 2015
534
294
highporn isn't working here either (USA). Another alternative is javhub.net for your daily jav needs
 

WillEater

Well-Known Member
Mar 13, 2008
1,004
450
I just viewed highpron, seemed ok, but not what I call "High Porn".
The site pornhub.com has the best censored AND uncensored JAV available. FREE!
You can stream it or use a video download app if you wish.
They even have a few Jr. Idols there.. (They are not called Jr. Idols though)
 
  • Like
Reactions: svc3166

gt9797

New Member
Aug 30, 2016
12
8
Not sure if mentioned but a few good methods are:
  • youtube-dl, a command line tool that can download most videos from the more popular sites.
  • Ant Video Downloader plugin for Firefox. I use this mostly, since it works on like 99% of streaming sites.
I used to use other plugins but those 2 work almost all the time for me...
 

hendry1988

Member
Jul 28, 2018
56
7
Use firefox and active DoH in fire fox setting, use original IDM with latest update....
Its working for me
 

javerotikaz

Active Member
Aug 19, 2008
269
163
Any updates on how to download videos from sites like these? I've tried the curl method and it's not working at all. I'm on macOS and using the terminal.

This is the command I typed:
Code:
curl --referer "http://highporn.net/" -o "~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

and it's giving me an error saying: Warning: Failed to create the file ~/Downloads/test.mp4: No such file or directory
 

rice12345

Well-Known Member
Jan 14, 2015
534
294
Not familiar with mac but why do you need to point it to your homedir? just the referer and the link works on windows.
 

C6969

New Member
May 19, 2009
19
15
Any updates on how to download videos from sites like these? I've tried the curl method and it's not working at all. I'm on macOS and using the terminal.

This is the command I typed:
Code:
curl --referer "http://highporn.net/" -o "~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

and it's giving me an error saying: Warning: Failed to create the file ~/Downloads/test.mp4: No such file or directory

On Mac, this was working for me:

cd to your Download directory first, it's just easier that way. So 'cd ~/Downloads' for example.

Then:

Code:
wget --header="Referer: http://highporn.net" "URL" -O FILE_NAME.mp4

Replace URL with the link acquired from the above method, FILE_NAME with whatever you want to name it (JAV code or whatever). I'm pretty sure wget is built into Mac, but I don't actually remember off the top of my head. If not, you should be able to 'brew install wget' or something similar, if you have homebrew installed.

Trying to figure out how to get a file off Javfull at the moment (can't find the actual video URL anywhere), saw this thread. Maybe that'll help?
 

toronobunaga

New Member
Apr 18, 2017
2
0
On Mac, this was working for me:

cd to your Download directory first, it's just easier that way. So 'cd ~/Downloads' for example.

Then:

Code:
wget --header="Referer: http://highporn.net" "URL" -O FILE_NAME.mp4

Replace URL with the link acquired from the above method, FILE_NAME with whatever you want to name it (JAV code or whatever). I'm pretty sure wget is built into Mac, but I don't actually remember off the top of my head. If not, you should be able to 'brew install wget' or something similar, if you have homebrew installed.

Trying to figure out how to get a file off Javfull at the moment (can't find the actual video URL anywhere), saw this thread. Maybe that'll help?

Hi C6969 can you please explain for method, step by step (for beginner), I'am newbie for download using a terminal in mac
 

toronobunaga

New Member
Apr 18, 2017
2
0
Any updates on how to download videos from sites like these? I've tried the curl method and it's not working at all. I'm on macOS and using the terminal.

This is the command I typed:
Code:
curl --referer "http://highporn.net/" -o "~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

and it's giving me an error saying: Warning: Failed to create the file ~/Downloads/test.mp4: No such file or directory

I tried this one and get this error:

Failed to connect to 73.anyhentai.com port 443: Operation timed out

then I add cd
curl --referer "http://highporn.net/" -o "cd~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"[/code]

get this error:
Failed to connect to 73.anyhentai.com port 443: Connection refused
On Mac, this was working for me:

cd to your Download directory first, it's just easier that way. So 'cd ~/Downloads' for example.

Then:

Code:
wget --header="Referer: http://highporn.net" "URL" -O FILE_NAME.mp4

Replace URL with the link acquired from the above method, FILE_NAME with whatever you want to name it (JAV code or whatever). I'm pretty sure wget is built into Mac, but I don't actually remember off the top of my head. If not, you should be able to 'brew install wget' or something similar, if you have homebrew installed.

Trying to figure out how to get a file off Javfull at the moment (can't find the actual video URL anywhere), saw this thread. Maybe that'll help?


I tested this one:
Code:
curl --referer "http://highporn.net/" -o "~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

and get this error:
Failed to connect to 73.anyhentai.com port 443: Operation timed out

then I add cd
Code:
curl --referer "http://highporn.net/" -o "cd~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

get this error:
Failed to connect to 73.anyhentai.com port 443: Connection refused
 

SamKook

Grand Wizard
Staff member
Super Moderator
Uploader
May 10, 2009
3,537
4,898
Any updates on how to download videos from sites like these? I've tried the curl method and it's not working at all. I'm on macOS and using the terminal.

This is the command I typed:
Code:
curl --referer "http://highporn.net/" -o "~/Downloads/test.mp4" "https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074"

and it's giving me an error saying: Warning: Failed to create the file ~/Downloads/test.mp4: No such file or directory
If you read the error messages, it's telling you the problem is the output path you're providing that's invalid. just put test.mp4 in there to try it and it will download it in the current directory.(assuming the method still works, I have no clue)
Don't really use macs, but I'm assuming the issue with that path is the ~, it's probably just an indicator of some kind when you're in the command line and not actually part of the path.

I tried this one and get this error:

Failed to connect to 73.anyhentai.com port 443: Operation timed out
That error is telling you that it can't connect to the url you provided. It tries for a while and then gives up because it's taking too long.
By typing the url directly in a browser, it gives the 401 http error which means it's expecting some kind of authentication you're not providing with curl, likely some protection against direct downloads like this.
I'm assuming you'd need to provide cookies or something for this to work properly, assuming it does in a normal browser in the first place.

then I add cd
Code:
curl --referer "[URL]http://highporn.net/[/URL]" -o "cd~/Downloads/test.mp4" "[URL]https://73.anyhentai.com/EhtXex5BR2EJRGk=.mp4?st=vl659Q_47_pOY_hdOGhT_g&e=1601617074[/URL]"
First, there's a space between cd and the ~.
Second, cd is a command to go to a specific directory, not something you put in a path so it will always give an error if you do that.

What they meant by cd to that directory was to do "cd ~/Downloads"(or "cd /downloads", don't know) to move to the downloads directory of what I assume is your home folder for the connected user, don't really know macs that well and then you simply do the curl command and use the filename for the output instead of the full path, as illustrated in their wget example.


Looking back at the first page, it was initially using http instead of https so I doubt it'll simply work without any extra parameters. Just don't know what these would be since it's been a while since I used curl/wget to download stuff.
 
Last edited:

LimeLemon

Active Member
Aug 26, 2014
111
5
Can someone tell me which of these methods is the easiest that works? Thanks. I don't want to mess around with CMD and stuff. Not in the mood
 

Muz1234

Well-Known Member
Nov 6, 2013
1,016
131
I keep getting error...

ERROR 503: Service Temporarily Unavailable. (This is in wget...)
 
Last edited: