fix: update server URL and implement threading for search functionality

This commit is contained in:
Vxrtrauter
2025-09-11 20:24:25 +02:00
parent 7035eec0b5
commit 664ac9b48f
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import requests
server = "https://pizzasucht.net"
server = "http://vps-e512cfa0.vps.ovh.net:8080"
def scrape_rutracker(search_text, debug):