fix: news api call
All checks were successful
kipp-news/pipeline/head This commit looks good

This commit is contained in:
wpetit 2025-03-24 09:19:24 +01:00
parent f30dfd02dd
commit 8ba11bfccc
2 changed files with 1 additions and 1 deletions

0
cazette.md Normal file
View File

View File

@ -131,7 +131,7 @@ function include_news_api_latest_week {
local query=$2 local query=$2
local total=$3 local total=$3
local since=$(date -d '- 7 days' +%Y-%m-%d) local since=$(date -d '- 7 days' +%Y-%m-%d)
local news_of_the_week=$(scrape -sk --retry 5 -H "X-Api-Key: ${NEWS_API_KEY}" -H 'User-Agent: Cazette/1.0' "https://api.newsdatahub.com/v1/news?language=fr&topic=technology&topic=business&topic=politics&topic=education&topic=innovation&topic=internet&q=${query}&start_date=${since}" | jq '.data') local news_of_the_week=$(scrape -sk --retry 5 -H "X-Api-Key:${NEWS_API_KEY}" -H 'User-Agent:Cazette/1.0' "https://api.newsdatahub.com/v1/news?language=fr&topic=technology&topic=business&topic=politics&topic=education&topic=innovation&topic=internet&q=${query}&start_date=${since}" | jq '.data')
if [ -z "$news_of_the_week" ]; then if [ -z "$news_of_the_week" ]; then
return return