Skip to content

Instantly share code, notes, and snippets.

@huzhifeng
Created March 15, 2015 14:21
Show Gist options
  • Save huzhifeng/a93507ee37aab3a3ca8d to your computer and use it in GitHub Desktop.
Save huzhifeng/a93507ee37aab3a3ca8d to your computer and use it in GitHub Desktop.
用于下载IT公论音频的批处理脚本
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