Tools of-scraper now with DRM support

Calas_Typhon

Tier 3 Sub
Mar 13, 2022
16
381
604
0fya082315al84db03fa9bf467e3.png
Hi, I've been having problems with the scraper as well, but not with the CDRM, I am able to scrape the content but a bunch of the files are .mp4.part, does someone know how to solve this issue? I have a large size of these .part files and I do not know how to fix it.
 

X34

Simp Dawg
Mar 10, 2022
17,221
6
2,110,504
2,863
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I've been getting a lot of .part files as well, quite often with images as well as videos. I have the DRM stuff setup correctly so its not that.
I find if I scrape the profile again it will download the files properly.

I'm running 3.3.8 aka the last compiled release, for some reason the later releases are only source code.

A quick look in the discord and there's several people complaining about this there but no fixes forthcoming.

For images it seems to be the script is downloading them fine but fails to rename the files, annoying.

Example:
Please, Log in or Register to see links and images
 
Last edited:

X34

Simp Dawg
Mar 10, 2022
17,221
6
2,110,504
2,863
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
hornyone any idea what is causing this.
Its getting quite annoying when you go to scrape one new pic from a model and it fails to rename that one image leaving just one part file forcing me to scrape again aka two scrapes to get one picture. Something isn't right.
 
  • peepoSimp
Reactions: Wanda

X34

Simp Dawg
Mar 10, 2022
17,221
6
2,110,504
2,863
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
How do you set options?

This is something I've noticed is missing from your guides, you expect people to know how to add options without ever saying how. I just run the .exe
 
  • peepoSimp
Reactions: Wanda

X34

Simp Dawg
Mar 10, 2022
17,221
6
2,110,504
2,863
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I figured out how to log, I'll add some pics to this post which you can add to your guide soon.

This is a log with a failed image download:
Redacted

This is my config:
Redacted


I also get failed DRM part files even though I have that setup correctly and it downloads DRM vids most the time. Here's a log with a failed DRM vid decryption:
Redacted


I'm using Python 3.11 on Windows 11
 
  • peepoSimp
Reactions: Wanda

X34

Simp Dawg
Mar 10, 2022
17,221
6
2,110,504
2,863
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
So far, working perfectly, thank you. I'll let you know if it comes back.



As for adding arguments, here's something you can add to your guide for windows users:

To add arguments to the script you must first create a shortcut, this is because arguments can only be added to shortcuts and not the original .exe.
To create a shortcut, copy the original .exe, right click wherever you would like the shortcut to be (can be same folder) and select 'Paste shortcut' like so:
PasteShortcut9262fa879ec63bdd.png


Right click on this new shortcut, select properties and add the arguments to the end of the target field like so:
Arguments205bdc19119cd734.png
 

Soleoleo

Bathwater Drinker
Mar 11, 2022
69
6,441
1,242
0fya082315al84db03fa9bf467e3.png
I've been stuck on version 3.2.4 and I can't get it to update to the latest version.
Installed through pip and pipx to no avail. There was a similar issue on the github page but nothing they suggested helped either.
 

YeOlCurry

Diamond Tier
Oct 29, 2023
10
897
667
0fya082315al84db03fa9bf467e3.png
Hi, the script works great except Ive been getting the .part files & errors with the DRM files. cdrm appears to be up but when I check the config.json it still says "null" for the private-key & client-id. If its working properly would these keys fill out automatically?
Im using the 3.6.1 .exe version & tried with vpn on & off.
Is DRM content still avalible to download for anyone else? Any help would be appreciated
 
  • Like
Reactions: JStack

hornyone

Tier 3 Sub
Mar 15, 2022
65
306
389
0fya082315al84db03fa9bf467e3.png
or try
pipx install ofscraper==3.6.1 --force
or
pip install ofscraper==3.6.1

depending on how you installed
Becareful not to install two version
 
  • Like
Reactions: JStack