updated steamrip scraper to get links

This commit is contained in:
KeksNino
2024-12-21 00:05:06 +01:00
parent 8d6524e086
commit efa410cf09
2 changed files with 64 additions and 8 deletions
+3 -2
View File
@@ -2,6 +2,7 @@ import aria2p
import subprocess
import keyboard
import os
from scraper import uri
aria2 = aria2p.API(
aria2p.Client(
@@ -35,8 +36,8 @@ def startDownload(_):
def terminate():
return
print("Enter Download URL: ")
uri = input()
# print("Enter Download URL: ")
# uri = input()
#Magnet Download
# downloads_dir = os.path.join(os.path.expanduser("~"), "Downloads")