Tools of-scraper now with DRM support

ezturretdive

Bathwater Drinker
Dec 3, 2021
91
3,615
1,262
0fya082315al84db03fa9bf467e3.png
How do we install that latest commit via pip? I don't see a version cut for it.
 

halftruthhero

Tier 1 Sub
Jan 23, 2022
44
142
199
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Thanks for this video. It helped me sussesfully instal ofscraper. However I'm running into an issue. I'm running ofscraper and select "Download content from a user" and it says "you need to select path for mp4decrypt" then "mp4decrpyt not found would you like to auto install?" I select yes but nothing really happens.

Please, Log in or Register to see links and images


This is what I'm seeing. There was nothing about this in the video. Help please!
 

croissantmaster

Bathwater Drinker
Mar 11, 2022
170
1,293
1,149
0fya082315al84db03fa9bf467e3.png
Is anyone having login issues? Another older scraper I had ( onlyfans-scraper) shows some error with the API link and just breaks.
I have cleared cookies and refreshed the auth.json file, but still doesnt login.
 

hornyone

Tier 3 Sub
Mar 15, 2022
65
306
389
  • Like
Reactions: Mondschein

knottyboi

Bathwater Drinker
Oct 30, 2022
19
1,720
1,237
0fya082315al84db03fa9bf467e3.png
Kickass--thank you for this! I had a couple subs that were going to expire shortly and I hadn't been able to scrape in a week with onlyfans-scraper.

Here's my issue right now though. I've used taux1c's scraper until now (onlyfans-scraper), and they say their database is compatible with digitalcriminal's, as do you. My issue is that the db used by that scraper looks to be a single models.db file, but it looks like the .dbs used here are individual db for each model: user_data.db, am I right? Any idea how I can import the DB so I don't have to dl 1TB+ of data again and then de-dup? I may be looking at the complete wrong .db files I guess, but if so I can't find any data about where to locate the right ones.

Thanks again!
 
Last edited:

X34

Simp Dawg
Mar 10, 2022
17,222
6
2,110,891
2,863
0fya082315al84db03fa9bf467e3.png
Hi,

Just tried this out, got it all working with DRM etc using my keys I had from setting up other scripts and all works well and looks to be well maintained so thank you.

I am using the exe v2.7 and my biggest issue with it is the weird mix of controls with shift+right, enter + spacebar all being different ways to select individual items depending on whats on screen but different lists use a different one of those. For example in the model list you use a few of them, most lists you just use enter and then the list where you select from posts or messages etc. you use spacebar to select items but not shift+right or enter.
Another one thats caught me out a few times is Ctrl+right and ctrl+a being ways to select multiple items at once. Several times I've tried to undo what I've typed to find a model using ctrl+a and then delete only to find it selected every model in the list but there's nothing to say ctrl+a would do that, just ctrl+r.

Having to write out the keybindings really highlights that they aren't intuitive:
Please, Log in or Register to see links and images
Please, Log in or Register to see links and images

In the second pic, ctrl+a can select all but not deselect all. ctrl+right can select all and deselect all, it doesn't make sense to have two different behaviours for these controls.


The script would be easier to use if you simplified things and used the same controls everywhere.
For example:
  • Preselecting an item in the list could just be: right or spacebar (I dont understand the need for adding shift or home or ctrl)
  • Progressing to next step (confirming selection) could just be: enter
  • Select all and deselect all could be ctrl+a, not sure if this would apply to typed text or just select all in the list

Alternatively you use all the weird controls everywhere i.e on every list:
  • Preselecting is shift+right or home+right or pagedown+right or spacebar (second pic is only place spacebar used currently and its completely different to every other menu)
  • Progressing to next step would always be enter (as today)
  • Selecting all and deselecting all would always be ctrl+r and ctrl+a and this would be written there

Just my 2 cents to help make this script easier to use
 
Last edited:
  • peepoSimp
Reactions: Wanda

knottyboi

Bathwater Drinker
Oct 30, 2022
19
1,720
1,237
0fya082315al84db03fa9bf467e3.png
OK so I finally went through all the process of getting the key files, uninstalling the pip version, installing git and all that business. This is not easy for someone who long ago forgot simple things like how to change a directory in CMD.

Now the issue appears to be that downloading files will inexplicably stop. Before when I was using just the pip version I could download 10 at a time for hours with no issue. Now if I try to DL 10 at a time they almost all freeze once they hit about 400mb in size. The .part file instead of being 0 is suddenly given a file size and if I copy that file, paste it elsewhere and give it an .mp4 extension then it works, but it's a corrupted file in that it's only partially complete.

I bumped my # of downloads back to just 1 and it seemed to work for a bit, but I've got a couple of them that stopped at 1.5 GB and 1.8 GB. They just stay at the top of the list of downloads (which there should only be 1 download anyway, yet because of the 2 failed ones it shows 3, with the bottom being the only one actively downloading anymore.

Any idea what could be causing this? Is this just something I have to live with when using the DRM support?