Commit c53610db authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

backwards tracker

parent 69851f24
...@@ -93,6 +93,7 @@ with open(sys.argv[1]) as data_file: ...@@ -93,6 +93,7 @@ with open(sys.argv[1]) as data_file:
os.chdir(mydir) os.chdir(mydir)
os.chdir("..") os.chdir("..")
os.chdir("..")
# print today.year # print today.year
# scrapy crawl noticias -t json -o $y-$m-$d.json -a year=$y -a month=$m -a day=$d # ejecucion del crawler correspondiente segun el sitio # scrapy crawl noticias -t json -o $y-$m-$d.json -a year=$y -a month=$m -a day=$d # ejecucion del crawler correspondiente segun el sitio
\ No newline at end of file
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