Question Passes Watermarks

If you don't know how to get past DRM, I'd say use Firefox to get watermark free screenshots. This way you don't have to worry if watermark residues are left after de-watermarking. For tracking, PPVs are your main concern. I'd say don't share all your PPVs at once.
 
If I'm reading this correctly, this isn't a way to detect someone bypassing DRM though, it only finds the leaked content on the internet and then looks for the source there. That seems halfway to good news, because if the leaked stuff is hidden from bots but accessible to people their plan won't stop the content from getting out. Not great news, however better than it could be. As long as everybody is careful to watch where they post it, it all should still be good.
 
Is that really the issue? DRM bypassing is on here and easy, but nobody makes a downloader scraper for Passes once you have the DRM keys. I went through the whole process outline here for bypassing DRM only to find there is still now way to use it on Passes, its only good for OF.
 
What do you mean there is no way to bypass DRM on Passes? There is no scraper for passes but you can absolutely get source quality videos and images from Passes by bypassing DRM.
 
Where is the guide for that. The one here for bypassing DRM, it gets the keys but there isn't a way shown to then get the content (from passes).
 
There is no guide because someone has to be willing to spend time to make it and then update it with newer versions. But the process is, you have to go to Inspect element's Network tab, reload the page that has the image/video you want, search for license to get the license URL, search for .mpd file, download it, open it by notepad and get your PSSH. Copy cookies from the header, and then put all (license URL, PSSH, cookies) in a Widevine decrypter like CDRM-Project (now RIP) to generate your account's unique keys. Once you have your keys, that's your key to download all videos and images accessible to you in Passes. For each image/video you just put the .mpd link and your keys into a downloader like N_m3u8DL-RE and download them easily. For videos, the sound and video files get downloaded separately so you have to then merge them by ffmpeg. If you stay vague and don't specifically mention website's name, AI chatbots like Gemini can walk you through it.
 
Yeah yall taking this too deep just take a screenshot or use Aloha for vids 😂
 
DRM protected content cannot be downloaded by Aloha dumb dumb. Also DRM photos on Passes have watermarks.
 
I have no idea if its going to work but Gemini did walk me through getting all that. So I have the License URL, Cookies and PSSH. But it says the N_m3u8DL-RE won't be able to do it on its own. It says I need a key fetcher and decrypter.
 
So I know how to remove the watermark on chrome, but not download the images.
I know how to download the images on Aloha browser, but not remove the watermark.
Removing the watermark
If you are on chrome, Right click on the image and select "inspect" it will take you to the section you will work in.
Scroll down to the bottom of your current div, and open the final child div, you should see an svg tag here.
Delete the SVG or the parent div and you should remove all watermarks, both the passes watermark and your user identifier.
I don't know how you can save the image from this point, besides screen capture, but then you are not getting the source image.
 
Use PassesDL from GitHub, works perfectly. Full quality, no watermarks. You're welcome!
 
download the .zip then follow the GitHub page and readme.txt provided
TLDR: extract the zip, install all the prerequisites listed on the github, open the folder location and in the address bar of the folder type CMD and press enter, run the provided python/pip commands from the readme.
It's really just a case of following links to download tools like yt-dlp, and copy-pasting things in the CMD. I had zero python experience before using it and I got it working in ~15 minutes, make sure to not skip any prerequisites. It's not difficult if you know how to read and follow basic instructions.
Check my latest post in the lillipie101 thread if you want to see the results.
 
I got everything working, but it's only downloading a couple images as mp4s and throws the error FileNotFoundError: [WinError 2] The system cannot find the file specified. Did you happen to run in to that or know the solution?
 
You didn't install all the prerequisites. Read the readme and the GitHub guide. You likely skipped something, probably ffmpeg or shaka packager.
If you have any more issues try asking Gemini, it was the only LLM that wouldn't cockblock me about TOS stuff.
 
Is there a way to download the high res photos? it seems that it only takes the normal size when using original for sizing
 
iirc the way i did it was to access the site on mobile (i used firefox), open devtools, and look for probably the largest file in Network
 
I know how to do it that way, it's pretty easy under network>Image>when you click on the high res it shows up as a new image.

for this tool though, there's no watermarks, so I was wondering if it was able to access those in some way that I'm not getting to work, or if I missed something in the setup
 
there's a -it or --image-type parameter. use "-it original" when running the script.
 
Back
Top