UltimaHoarder / UltimaScraper

Scrape all the media from an OnlyFans account - Updated regularly
GNU General Public License v3.0
3.88k stars 611 forks source link

Download promblem from OF #2058

Closed kotsip closed 6 months ago

kotsip commented 6 months ago

Sorry. I posted to closed issue. The script doesn't download anything from OF, About 12.20,

I updated, checked everíthing, and received this when try OF:

/OnlyFansScrape# poetry run python3 start_us.py [2023-12-28 22:27:18] Assigning Jobs [2023-12-28 22:27:18] Archive Completed in 0.0 Minutes [2023-12-28 22:27:18] Now exiting

(Fansly works.)

InPlotITrust commented 6 months ago

Noticing the same here. Pictures still download for me, but videos no longer download at all.

DuckThis commented 6 months ago

It's downloading nothing at all for me,not even images.

RandomGuy5598 commented 6 months ago

This was happening to me back in mid November. I tried everything. I was using Firefox cookies at the time. I tried swapping to Chrome cookies and it worked with zero issue. Idk if that's the case here, but I figured it's worth mentioning.

fg4jerem commented 6 months ago

Same. I receive an empty list of subscriptions. So the script finds nothing to download.

InPlotITrust commented 6 months ago

This was happening to me back in mid November. I tried everything. I was using Firefox cookies at the time. I tried swapping to Chrome cookies and it worked with zero issue. Idk if that's the case here, but I figured it's worth mentioning.

I tried this and the result is the same for me. It still doesn't download the latest videos.

I noticed some bizar behaviour though. I cleared out the entire metadata and redownload everything and it works fine for old posts, but newer videos from after 25 November 2023 don't get downloaded. There's a video post from 27 November that it doesn't download and any videos from December also don't get downloaded. Images are fine.

kotsip commented 6 months ago

Meantime I tried the cookie change (from chrome) clear the downlaod folder nothing happen.

DuckThis commented 6 months ago

This was happening to me back in mid November. I tried everything. I was using Firefox cookies at the time. I tried swapping to Chrome cookies and it worked with zero issue. Idk if that's the case here, but I figured it's worth mentioning.

How would I switch the cookies?

kotsip commented 6 months ago

This was happening to me back in mid November. I tried everything. I was using Firefox cookies at the time. I tried swapping to Chrome cookies and it worked with zero issue. Idk if that's the case here, but I figured it's worth mentioning.

How would I switch the cookies?

You have to generate a new cookie in chrome, or firefox, then insert into auth.json. (I tried, not helped.)

kotsip commented 6 months ago

I have a partial solution, I checked several issue here, perfectly works.

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

  2. Chabge this sectrion in config.json from: "jobs": { "scrape": { "subscriptions": true, "messages": true, "paid_contents": true }, TO "jobs": { "scrape": { "subscriptions": true, "messages": false, "paid_contents": true },

3, You have to edit your auth.json and enable it again. Change this line from: "active": false TO "active": true

InPlotITrust commented 6 months ago

I have a partial solution, I checked several issue here, perfectly works.

1. you have to change this line in config.json
   "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json",
   TO
   "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

2. Chabge this sectrion in config.json from:
   "jobs": {
   "scrape": {
   "subscriptions": true,
   **"messages": true,**
   "paid_contents": true
   },
   TO
   "jobs": {
   "scrape": {
   "subscriptions": true,
   **"messages": false,**
   "paid_contents": true
   },

3, You have to edit your auth.json and enable it again. Change this line from: "active": false TO "active": true

Doesn't solve it for me. All those settings were already like that for me.

In another issue 2049 somebody brings up a copyright encryption that might be the cause of the issue. This would possible explain why older videos work for me and newer ones don't. The new ones are uploaded with a new encryption.

kotsip commented 6 months ago

I have a partial solution, I checked several issue here, perfectly works.

1. you have to change this line in config.json
   "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json",
   TO
   "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

2. Chabge this sectrion in config.json from:
   "jobs": {
   "scrape": {
   "subscriptions": true,
   **"messages": true,**
   "paid_contents": true
   },
   TO
   "jobs": {
   "scrape": {
   "subscriptions": true,
   **"messages": false,**
   "paid_contents": true
   },

3, You have to edit your auth.json and enable it again. Change this line from: "active": false TO "active": true

Doesn't solve it for me. All those settings were already like that for me.

In another issue 2049 somebody brings up a copyright encryption that might be the cause of the issue. This would possible explain why older videos work for me and newer ones don't. The new ones are uploaded with a new encryption.

I don't know - with that written solution i can download everything. It downloaded videos with dated yesterday and before yesterday.

fg4jerem commented 6 months ago

It solved it for me too.

I'm just not sure about disabling messages though. I might try to re enable that part later. I was surprised to find my profile inactive, that sure wouldn't help. But I'm certain that using the proper dynamic rules URL, last updated 5 days ago, was an important part in this solution.

raggabrashtrout commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

djmarioka commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

I've tried this for several times, and it doesn't work.

Could anybody help?

Thanks.

kotsip commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

the ** character is the BOLD in github. Of course that not contain the files. :)

kotsip commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

I've tried this for several times, and it doesn't work.

Could anybody help?

Thanks.

have you enabled your profile? that important.

djmarioka commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

I've tried this for several times, and it doesn't work. Could anybody help? Thanks.

have you enabled your profile? that important.

Yes, it says in auth.json "active": true

kotsip commented 6 months ago

This worked for me

  1. you have to change this line in config.json "dynamic_rules_link": "https://raw.githubusercontent.com/DIGITALCRIMINALS/dynamic-rules/main/onlyfans.json", TO "dynamic_rules_link": "https://raw.githubusercontent.com/DATAHOARDERS/dynamic-rules/main/onlyfans.json",

Remove the from "messages": false,** to "messages": false,

I've tried this for several times, and it doesn't work. Could anybody help? Thanks.

have you enabled your profile? that important.

Yes, it says in auth.json "active": true

I don't have any idea. Sorry