diff --git a/updater.py b/updater.py index 56c5937..00dc9c3 100644 --- a/updater.py +++ b/updater.py @@ -11,9 +11,9 @@ # response = requests.get("https://api.github.com/repos/digitalcriminal/onlyfans/branches/master") # response_json = response.json() # commit_id = response_json["commit"]["sha"] -# downloaded = requests.get(f"https://github.com/DIGITALCRIMINALS/OnlyFans/archive/{commit_id}.zip") +# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/OnlyFans/archive/{commit_id}.zip") downloaded = requests.get( - f"https://github.com/DIGITALCRIMINAL/OnlyFans/archive/refs/heads/master.zip" + f"https://github.com/DIGITALCRIMINALS/OnlyFans/archive/refs/heads/master.zip" ) content = io.BytesIO(downloaded.content) # Zip download for manual extraction