Guide Download Source Passes content script

loftsignal

Lurker
Joined
Apr 3, 2022
Posts
90
Reaction score
0
Alright you bastards. The time has finally comeI have created a script that will rip PASSES Images/Vids source quality without those shitty watermarks. This has been tested on Mac, need to spin up a windows VM, but I should not see any issues that will prevent the script to run.

[Script]

https://bunkr.pk/f/4bgMqBUaUaCHB

I have it as a zip, maybe i will plan to put it on github someday.

The script is pretty easy to run, but you do need to install a few programs

- Python 3.10 or newer
- yt-dlp
- ffmpeg
- ffprobe (normally installed with ffmpeg)
- mp4decrypt

The requests library will also need to be installed.

mac:

cd /path/to/passes-downloader
python3 -m pip install -r requirements.txt

Windows PowerShell:

cd C:\path\to\passes-downloader
py -m pip install -r requirements.txt

It is in its early stages, but it works as intended. It is partially automated, meaning the download function will automatically download all of the files, but before you can download you need to manually get bearer token which is pretty easy.

Assuming all the required programs are installed. Here are the Steps.
1. Sign in to Passes.

2. Open the Passes Gallery.


3. Open Devtools Network Monitor and filter for "Content"


Mac:

[FireFox]

Command + Option + E

[Chrome]

Command + Option + I

Windows:

[FireFox]

Ctrl + Shift + E

[Chrome]

Ctrl + Shift + I

4. Refresh the Gallery.

5. Right-click a fresh Passes API request -> Copy -> Copy as cURL. <<< Leave the copied cURL request in your clipboard. The authentication updater will read it directly from the clipboard.



6. Run authentication updater:

python3 update_passes_auth.py


7. Run:

python3 passes_pipeline.py




8. Select a creator. <<


Please feel free to post any questions you have on this thread......Also I got a Fanfix downloader ready to drop, it is fully automated.
 
Back
Top