Commit 5abf26bb authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

crawler backwards

parent 62d3ce0d
...@@ -90,6 +90,7 @@ with open(sys.argv[1]) as data_file: ...@@ -90,6 +90,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