Skip to content

Commit 3236bba

Browse files
My discord got banned :)
1 parent c980e78 commit 3236bba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# UltimaScraper (Python 3.10.1+)
22
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
33
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/0xHoarder.svg?style=social&label=Follow%200xHoarder)](https://twitter.com/0xHoarder)
4-
[![](https://dcbadge.vercel.app/api/server/JNKx6QsZYE?style=flat)](https://discord.gg/JNKx6QsZYE)
54
# ![app-token](ultima_scraper/docs/assets/img/64255399-96a86700-cf21-11e9-8c62-87a483f33701.png)
65
# 27th January 2023 Migration
76
You can either start the script or create the __settings__ and __user_data__ folders manually.

updater.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
# commit_id = response_json["commit"]["sha"]
1515
# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/{commit_id}.zip")
1616
downloaded = requests.get(
17-
f"https://github.com/DIGITALCRIMINALS/UltimaScraper/archive/refs/heads/master.zip"
17+
f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/refs/heads/master.zip"
1818
)
1919
content = io.BytesIO(downloaded.content)
20+
21+
2022
# Zip download for manual extraction
2123
# download_path = "OnlyFans DataScraper.zip"
2224
# with open(download_path, "wb") as f:

0 commit comments

Comments
 (0)