Aggiungi il campo URL agli articoli estratti da diverse fonti di notizie

This commit is contained in:
2025-10-20 11:51:03 +02:00
parent 38daafce9a
commit cb0714177f
5 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ class Article(BaseModel):
time: str = ""
title: str = ""
description: str = ""
url: str = ""
class NewsWrapper:
"""