[b]"What's the best way to use python wget for downloading files?"[/b] or [b]"How can I implement python wget in m

20 Replies, 923 Views

Hey! I had the same issue with python wget last week. Turns out it was failing silently on redirects.

Switched to `requests` with `allow_redirects=True` and it fixed everything. Also, if you’re dealing with big files, chunking helps a ton.

Btw, `wget` in terminal still works better than python wget imo. Maybe just shell out if you can?

Messages In This Thread



Users browsing this thread: 1 Guest(s)