-
-
Save breezhang/11468112 to your computer and use it in GitHub Desktop.
wget cary download not for mainland china .....
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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