Commit 2c81f7be authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

crawl rss

parent 82c3a777
......@@ -87,6 +87,8 @@ with open(sys.argv[1]) as data_file:
for line in master:
counter += 1
lineDate = datetime.datetime.strptime(line['date'][:10], '%Y-%m-%d')
if lineDate == currentDate:
if media == 'elFinanciero':
row = OrderedDict([
......
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