Fix: update buzzheavier link detection logic and improve filename extraction from headers

This commit is contained in:
Vxrtrauter
2026-05-04 19:07:42 +02:00
parent d378ee8258
commit 64ca3c76a2
4 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ class SteamripScraper:
try:
consoleLog(f"Found download link: {best}")
if "buzzheavier" in best:
if "buzzheavier" or "bzzhr" in best:
link = scrape_buzzheavier(best)
return link
elif "gofile" in best: