#!/usr/bin/python

from subscraper import *

if __name__ == '__main__':
	SubScraper(sys.argv[1])