File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1414# commit_id = response_json["commit"]["sha"]
1515# downloaded = requests.get(f"https://github.com/DIGITALCRIMINAL/UltimaScraper/archive/{commit_id}.zip")
1616downloaded = 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)
1919content = 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:
You can’t perform that action at this time.
0 commit comments