Guest User

download ner.gov.tw audio files

a guest
Apr 6th, 2013
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. #!/usr/bin/python
  2. import os
  3.  
  4. for i in range(5,108):
  5.   i = i-4
  6.   command = "wget \"http://digitweb.ner.gov.tw/bin/index.php?Plugin=o_ner&Action=onerdownload&Op=download&ptiSeq=%d\" -O ger%d.mp3" % (28494+i*2,4+i)
  7.   print command
  8.   os.system(command)
Add Comment
Please, Sign In to add comment