fix: fix scraping for uztracker posts to support displaying authors properly

This commit is contained in:
Vxrtrauter
2026-03-04 20:58:56 +01:00
parent 34a50e1a1b
commit 89fd8b4ebb
3 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def format_data_minimal(data):
post_titles = [post["title"] for post in data]
post_links = [post["url"] for post in data]
return post_author, post_titles, post_links
return post_author, post_titles, post_links