Skip to content

Commit

Permalink
My discord got banned :)
Browse files Browse the repository at this point in the history
  • Loading branch information
DIGITALCRIMINAL committed Oct 21, 2023
1 parent c980e78 commit 3236bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# UltimaScraper (Python 3.10.1+)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/0xHoarder.svg?style=social&label=Follow%200xHoarder)](https://twitter.com/0xHoarder)
[![](https://dcbadge.vercel.app/api/server/JNKx6QsZYE?style=flat)](https://discord.gg/JNKx6QsZYE)
# ![app-token](ultima_scraper/docs/assets/img/64255399-96a86700-cf21-11e9-8c62-87a483f33701.png)
# 27th January 2023 Migration
You can either start the script or create the __settings__ and __user_data__ folders manually.
Expand Down
4 changes: 3 additions & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
# commit_id = response_json["commit"]["sha"]
# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/{commit_id}.zip")
downloaded = requests.get(
f"https://github.com/DIGITALCRIMINALS/UltimaScraper/archive/refs/heads/master.zip"
f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/refs/heads/master.zip"
)
content = io.BytesIO(downloaded.content)


# Zip download for manual extraction
# download_path = "OnlyFans DataScraper.zip"
# with open(download_path, "wb") as f:
Expand Down

0 comments on commit 3236bba

Please sign in to comment.