-1
votes
0answers
15 views

How to make local mirror of a website with a confirmation popup? [closed]

I need to get a local copy of a website which requires confirming one's age before displaying content. No complex forms, just a checkbox and a button, "yes, I'm adult". I tried to use wget but with no ...
1
vote
0answers
62 views

Unable to get the information using wget using session ID

I have been using Wget to pull the warranty information from my website using the following command. wget -q -O getinfo.tmp ...
0
votes
2answers
955 views

Wget save cookies not working

I've been trying to login in the pyload through the web api, but wget is not saving the cookies and I don't understand why. I'm using the following command: wget --delete-after ...
1
vote
2answers
290 views

WGet a Page that Requires Logging in

I’m trying to figure out a way to use WGET or a similar tool so that I can schedule a web page to be downloaded regularly as a sort of updating log. The problem is that the page requires that I be ...
1
vote
2answers
966 views

wget-ing protected content with exported cookies

I have exported a pair of cookies from Firefox that are valid for the URL in question and tried accessing/downloading the protected content off that address, but the end result is a return to the ...
4
votes
1answer
795 views

How can I download a phpbb forum with wget including password protected sections?

I want to make a download of a forum I moderate, before it closes for good. There's some useful info on it I want to save for myself and I don't want to export the data to another webserver, I just ...
1
vote
1answer
1k views

wget and cookies.txt — domain.tld vs. .domain.tld

I'm baking a cookies.txt file for use with some wget scripts and can't find a lot of detailed information. Currently, I'm trying to determine the difference between "domain.tld"-style cookies and ...