every menu works, now the downloads need fixing

This commit is contained in:
nosch
2026-03-08 01:42:59 +01:00
parent 75e4da33eb
commit d8fec74de1
7 changed files with 72 additions and 30 deletions
+1 -1
View File
@@ -29,8 +29,8 @@ def scrape_uztracker(query):
posts.append(dict(
title=title,
author=author,
url=url,
author=author
))
return posts