k0rnh0li0 / onlyfans-dl

OnlyFans content downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requests Module

thekillermeme opened this issue · comments

I tried to run this module and the first error I got was "ModuleNotFoundError: No module named 'requests'" Then after I downloaded requests it ran past the intro screen and this is now the error I am getting.
Getting user auth info... Traceback (most recent call last): File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 148, in <module> USER_INFO = get_user_info("customer") File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 98, in get_user_info info = api_request("/users/" + profile).json() File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 85, in api_request return requests.get(URL + API_URL + endpoint, AttributeError: module 'requests' has no attribute 'get'