Spaces:
Running
Running
Update rss_processor.py
Browse files- rss_processor.py +1 -0
rss_processor.py
CHANGED
@@ -80,6 +80,7 @@ def fetch_rss_feeds():
|
|
80 |
"published": entry.get("published", "Unknown Date"),
|
81 |
"category": categorize_feed(feed_url),
|
82 |
})
|
|
|
83 |
return articles
|
84 |
|
85 |
def categorize_feed(url):
|
|
|
80 |
"published": entry.get("published", "Unknown Date"),
|
81 |
"category": categorize_feed(feed_url),
|
82 |
})
|
83 |
+
print(entry)
|
84 |
return articles
|
85 |
|
86 |
def categorize_feed(url):
|