Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 2, 2014 05:31
Show Gist options
  • Save breezhang/11468112 to your computer and use it in GitHub Desktop.
Save breezhang/11468112 to your computer and use it in GitHub Desktop.
wget cary download not for mainland china .....
echo off
@for %%i in (%*) do @start wget --no-check-certificate --header="Accept: text/html" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" %%i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment