jsvine / waybackpack

Download the entire Wayback Machine archive for a given URL.
MIT License
2.8k stars 189 forks source link

http 302 error #38

Closed santoshbs closed 3 years ago

santoshbs commented 3 years ago

Hi, I am not sure why I keep getting HTTP 302 error for any website I try:

INFO:waybackpack.pack: Fetching cnn.com @ 20190101001034
INFO:waybackpack.session: HTTP status code: 302

Here's the command I used: waybackpack cnn.com -d ~/Downloads/cnn --from-date 201901 --to-date 202007 --user-agent 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0'

santoshbs commented 3 years ago

Oh, the --follow-redirectsoption helped solve this issue!