add spiegel web crawler; rename project

This commit is contained in:
2024-12-29 00:56:47 +01:00
parent cb0e69489c
commit b47b6d51b2
5 changed files with 255 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ type Article struct {
FetchDate time.Time
Title string
Content string
Author string
}