You guys are lifesavers! Didn’t realize python wget was this problematic.
Tried `requests` + `tqdm` like someone suggested, and it’s SO much better. Still weird that python wget is so unreliable though.
Quick Q: Anyone know why python wget fails on redirects? Is it just abandoned or something?
Also, thx for the `pycurl` tip—gonna test that for bigger files.
Tried `requests` + `tqdm` like someone suggested, and it’s SO much better. Still weird that python wget is so unreliable though.
Quick Q: Anyone know why python wget fails on redirects? Is it just abandoned or something?
Also, thx for the `pycurl` tip—gonna test that for bigger files.
