anotar keyword
This commit is contained in:
@ -124,7 +124,8 @@ def search_news(query):
|
||||
"fecha": date_parsed.isoformat(),
|
||||
"link": final_url, # Guardamos la URL final en lugar de la de Google News,
|
||||
"critico": critico,
|
||||
"favorable":favorable
|
||||
"favorable":favorable,
|
||||
"keyword": query
|
||||
}
|
||||
insertar_datos(news_item)
|
||||
|
||||
|
Reference in New Issue
Block a user