Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python
- import os
- for i in range(5,108):
- i = i-4
- 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)
- print command
- os.system(command)
Add Comment
Please, Sign In to add comment