Commit 81ee8b42 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

crawl all

parent 9ff294f8
...@@ -60,6 +60,7 @@ with open(sys.argv[1]) as data_file: ...@@ -60,6 +60,7 @@ with open(sys.argv[1]) as data_file:
mydir = os.getcwd() mydir = os.getcwd()
print mydir print mydir
os.chdir(scrapyDir+s['crawler']) os.chdir(scrapyDir+s['crawler'])
print media
print scrapycommand print scrapycommand
os.system(scrapycommand) os.system(scrapycommand)
fileSize = os.stat(filename).st_size fileSize = os.stat(filename).st_size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment