added basic implementatin of search

This commit is contained in:
sys-nyx 2024-12-29 01:39:50 -08:00
parent 39d417615d
commit 57f4d5c744
5 changed files with 3478 additions and 80 deletions

View file

@ -116,7 +116,6 @@ def generate_html(subs: list[str], sub_dict, min_score=0, min_comments=0, hide_d
stat_links += len(threads)
stat_sub_links += len(threads)
for t in threads:
print(t['id'])
if validate_link(t, min_score, min_comments):
write_link_page(subs, t, sub, hide_deleted_comments)
built += 1