Closed jumoog closed 4 years ago
if you wanna see for yourself i can provide you my session
and reported that issue to onlyfans as well 👍
if you wanna see for yourself i can provide you my session
The url "us.upload.onlyfans.com" is in one of the sources?
if you wanna see for yourself i can provide you my session
The url "us.upload.onlyfans.com" is in one of the sources?
Yes 😒
if "source" in m:
file_details = m["source"]
if "size" in file_details and "source" in file_details:
file_size = file_details["size"]
type_src = file_details["source"]
if type_src is None:
continue
Does this work?
if "source" in m: file_details = m["source"] if "size" in file_details and "source" in file_details: file_size = file_details["size"] type_src = file_details["source"] if type_src is None: continue
Does this work?
Yes but the download fails
if "source" in m: file_details = m["source"] if "size" in file_details and "source" in file_details: file_size = file_details["size"] type_src = file_details["source"] if type_src is None: continue
Does this work?
Yes but the download fails
What's the error? Same as above? Did the file previously download successfully when you made your change? If so, it won't redownload the file because it's been downloaded already
it doesn't work because the subdomain is invalide
I sent you my session and browser agent 👍
I sent you my session and browser agent 👍
Alright I'll check it out, thanks
Somehow the API has invalid source urls..
To fix that i added a check:
if src is None or not src.startswith('https://cdn'):
if type_src is None or not src.startswith('https://cdn'):