This code will try to unpack the error page. ``` curl -L -o codapi.tar.gz ... tar xvzf codapi.tar.gz ``` It needs the `-f` flag added, or to use `wcurl`
This code will try to unpack the error page.
It needs the
-fflag added, or to usewcurl