OF-Scraper icon indicating copy to clipboard operation
OF-Scraper copied to clipboard

# After letting a creator download completely - left with .part in the ../Videos directory

Open jsquizz opened this issue 10 months ago • 1 comments

Script runs, it says that its complete and completely downloaded, but in the /Videos directory- there's hundreds of .part files.. Roughly half of the videos from the creator

I tried this on two debian systems with the same results.

The expectation as ive seen in the past, is all content downloads.

I applied https://github.com/datawhores/OF-Scraper/issues/484 and also did the following json updates

    "advanced_options": {
        "code-execution": false,
        "dynamic-mode-default": "generic",
        "backend": "aio",
        "downloadbars": false,
        "cache-mode": "sqlite",
        "appendlog": true,
        "custom_values": {
            "DYNAMIC_GENERIC_URL": "https://raw.githubusercontent.com/deviint/onlyfans-dynamic-rules/main/dynamicRules.json" 
        },	

System Info is:

latest debian VM + 4 core AMD / 16GB pipx 1.1

jsquizz avatar Feb 24 '25 19:02 jsquizz

Getting part files has nothing to do with this specific change in the config. You need a working DRM option. Currently CDRM and keydb do not work so the only reliable option is to get manual DRM keys https://of-scraper.gitbook.io/of-scraper/cdm-options#manual

cjb900 avatar Feb 24 '25 19:02 cjb900