DIGITALCRIMINAL / ArchivedUltimaScraper

Scrape content from OnlyFans and Fansly
GNU General Public License v3.0
942 stars 39 forks source link

After model & media type selection only downloads metadata from models I'm not subscribed to anymore, not selected model [OnlyFans] #964

Open peterambos opened 1 year ago

peterambos commented 1 year ago

I've gotten the Scraper to work and login to OnlyFans, but when I select a model and media type, it doesn't download anything from the selected model, only random metadata from models I used to follow.

Here's what I'm shown in both CMD and PowerShell when I try it:

poetry run python start_us.py
Choose Sites: 0 = All | 1 = OnlyFans | 2 = Fansly
1
Choose Profiles: 0 = All | 1 = default
1
Choose Subscriptions: 0 = All | 1 = ModelIWantToDownload
1
Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts
0
Processing Scraped Messages
100%|███████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 492.93it/s]
Processing metadata.
ModelIUsedtobeSubscribedToAndDontWantToDownload: Renaming files.
100%|████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<?, ?it/s]
Choose Medias: 0 = All | 1 = Images | 2 = Videos | 3 = Audios | 4 = Texts

When I check [UltimaScraperFolder]__user_data__\sites\OnlyFans after that, I only find folders named after models I used to follow that only contain metadata.

Am I doing something wrong? Is this a bug? How can I fix this?

spreagit commented 1 year ago

same for me

King-Bread commented 1 year ago

I was having this problem and let it sit for a while. It eventually downloaded the metadata for every model I wasn't subscribed to and THEN started downloading the model/media I selected.

betoalanis commented 1 year ago

A temp solution is, if the model in question has a lot of content that would affect script runtime, block the model on the site.

verdetren commented 1 year ago

Was there any update to this or is it actually another issue? There must be some config to change in the config file but does anyone know the specific ones to ensure only the model you pick has anything for them downloaded?