Whenever I used wget, the output and progress of the download would be displayed below.
I just tried using it today, and it only says 'Redirecting output to ‘wget-log.4’.'
Is there a way to bring it back to how it used to be?
Here's an example when I would run it in python 3
!pip install wget
!wget -i https://s3-us-west-2.amazonaws.com/ai2-s2-research-public/open-corpus/corpus-2018-05-03/s2-corpus-01.gz
Redirecting output to ‘wget-log.4’.
This feature was introduced in wget
v1.19 and is triggered under various circumstances. It is generally considered a bug, see GNU Wget bug #51181: Unexpected "Redirecting output to 'wget-log'.". A reliable workaround is to add -o /dev/null
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With