mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: update server URL to include HTTPS in rutracker scraper
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
server = "api.michijackson.xyz"
|
server = "https://api.michijackson.xyz"
|
||||||
|
|
||||||
|
|
||||||
def scrape_rutracker(search_text, debug):
|
def scrape_rutracker(search_text, debug):
|
||||||
|
|||||||
Reference in New Issue
Block a user