mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
worked on gui implementation and cleaned up a bit
This commit is contained in:
@@ -35,13 +35,6 @@ def scrape_steamrip_links(text = None):
|
||||
|
||||
return ret
|
||||
|
||||
def offline_scrape_steamrip_links():
|
||||
text = ""
|
||||
with open("example.html", encoding = "utf-8") as f:
|
||||
text=f.read()
|
||||
|
||||
return scrape_steamrip_links(text)
|
||||
|
||||
def scrape_steamrip_game_downloads(gamelink):
|
||||
url = "https://steamrip.com" + gamelink
|
||||
response = requests.get(url)
|
||||
|
||||
Reference in New Issue
Block a user