Created
March 15, 2015 14:21
-
-
Save huzhifeng/a93507ee37aab3a3ca8d to your computer and use it in GitHub Desktop.
用于下载IT公论音频的批处理脚本
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
for /l %%x in (1, 1, 143) do ( | |
echo %%x | |
wget http://ipn.li/itgonglun/%%x/audio.mp3 -O %%x.mp3 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment