Commit 835f6586 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

crawl rss

parent d21210f4
......@@ -120,7 +120,7 @@ with open(sys.argv[1]) as data_file:
lineDate = datetime.datetime.strptime(line['date'][:10], '%Y-%m-%d')
if lineDate == currentDate:
if media == 'elFinanciero':
if media == 'elFinanciero' or media == 'solDeMex':
row = OrderedDict([
('date', line['date']),
('topic', line['topic']),
......
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