k0rnh0li0 / onlyfans-dl

OnlyFans content downloader
GNU General Public License v3.0
772 stars 221 forks source link

ERROR: Please refresh the page #236

Closed m-a-x-c closed 1 year ago

m-a-x-c commented 1 year ago

image

I am getting ERROR: Please refresh the page. I have redone all the values in auth.json with no luck.

merry-hat commented 1 year ago

Change

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json').json()

to

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json').json()
anton1konon commented 1 year ago

Change

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json').json()

to

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json').json()

Thank you!!!

Walkman100 commented 1 year ago
    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json').json()

for anyone wondering, this is on line 351 of onlyfans-dl.py, and it works

m-a-x-c commented 1 year ago

Change

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json').json()

to

    dynamic_rules = requests.get(
        'https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json').json()

Initially it did not work. But I recloned the repo then changed the URL and it start working.

Thanks.