Skip to content

Instantly share code, notes, and snippets.

import os
import subprocess
import urllib
import sys
# you need to pass the _list.txt file as 1st argument.
# python download_list.py ps2_list.txt
f = open(sys.argv[1], 'r+')
for line in f: