datawhores / OF-Scraper

A completely revamped and redesigned fork, reimagined from scratch based on the original onlyfans-scraper
MIT License
655 stars 54 forks source link

Downloads failed and skipped #391

Closed Jar4ek closed 4 months ago

Jar4ek commented 4 months ago

Hello, I have a question whether you have encountered problems with downloading from OF. While downloading, I get a failed download error, which means that new files are not downloaded but is skipped. Has anyone had a similar problem?

cjb900 commented 4 months ago

This can happen for any number of reasons. Your CDM is not working or set correctly, you are missing the file paths for mp4decrypt and ffmpeg, you are using a VPN etc... So just saying that is like saying my car sometimes stalls when I drive has anyone experience that. Which is not very helpful.

S2imong commented 4 months ago

CDM return an error This may cause a lot of failed downloads consider switching https://of-scraper.gitbook.io/of-scraper/cdm-options

cjb900 commented 4 months ago

If you are using cdrm as your key-mode-default option in your config. the CDM-Project that manages that recently change their API for using cdrm You will need to add "CDRM":"https://old.cdrm-project.com/wv" to your config under "custom_values". So it should look like "custom_values":{ "CDRM":"https://old.cdrm-project.com/wv" }