Support How do you download from Saint.to now?

  • Hi all, there are some hacked accounts posting viruses within zip links on gofile.
    Please report these posts when you see them.
    DO NOT reply to them, this just makes it harder for us to clean up and may get your account banned by mistake.
  • Before starting a new thread for an issue, please use the search bar to see if a topic already exists. Please ensure you include as much detail as possible when reporting any issues.

    For further information about using this section: Support Guidelines
    To submit and vote on ideas for new features: Ideas and Suggestions
    For answers to our Frequently Asked Questions: FAQ
    For a guide on how to level up: Noob Guide
Status
Not open for further replies.

Exs

Bathwater Drinker
Mar 11, 2022
65
1,004
1,242
0fya082315al84db03fa9bf467e3.png
I tried to pull a video out of one of the threads to download it but I get a "Forbidden, direct file access is currently disabled." Any way to get around this? Using mp4 downloaders won't work, as well as trying to manually download it via dev tools. :SadgeCry:
 

AWetOne

Superfan
Mar 18, 2022
16
639
827
0fya082315al84db03fa9bf467e3.png
If you don't want to install any browser extensions, then the following works for Chromium browsers... I don't know the specific steps for Firefox, but the basic principle should still work.
  1. When the page with the video has loaded, open your Developer tools ( Cmd + Opt + I / F12 )
  2. Open the command panel ( Cmd/Ctrl + Shift + P )
  3. Start typing "disable javascript", usually by 'disa' the command will appear so select it.
You can then right-click freely and 'save as' on videos. Once you are done, repeat the steps above but instead type "enable javascript" and be on your merry way. If you forget to enable JavaScript, don't worry because as soon as you close that tab or re-start the browser everything will revert for you.
 

Heisenberg.

Making Millions from Crystal Meth
Mar 15, 2022
132
6,807
1,252
0fya082315al84db03fa9bf467e3.png
For everyone who's looking for a method on mobile:
Download the 1DM private browser app (pic below)

Please, Log in or Register to see links and images


Then copy the link of the Saint.to video and paste it in the web category inside the app (pic below)

Please, Log in or Register to see links and images

And after you reach the video page, press the download button on the top right corner (pic below)

Please, Log in or Register to see links and images

Then press here 👇🏽

Please, Log in or Register to see links and images

And then press start!

And you're done! :pepoLove:
 

zwei7777777

Bathwater Drinker
Mar 14, 2022
25
1,213
1,234
0fya082315al84db03fa9bf467e3.png
This downloads videos for me.

On the top right of the video, there is text that says:
"Watch on Saint.to"
When your mouse cursor turns into a hand, right click and select "copy link address"
Then open up Jdownloader2, go the "link grabber" tab
At the bottom left there is button called "Add New Links" (it has a blue "+" sign), click it
Paste your link in the text box window pop-up
Click continue in the bottom right of the popup window

A bunch of files will popup, most of them are garbage, but one of them will be your video
It will have:
  1. longest file name (a bunch of random numbers and letters)
  2. the largest filesize
  3. .mp4 file extension (probably), delete the rest
delete the rest of the garbage files.
Then right click that video file and select "Start Downloads"
 
Last edited:

itbftw

Lurker
Mar 14, 2022
7
1
8
58
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
This PowerShell one-liner works for me. Just right click on the "Watch on Saint.to" in top right corner of embedded video and copy link. Update the URL in PS line and it dumps to your desktop.

$URL = ((iwr -useb -Uri "https://saint2.su/embed/bOBgmBg_Enu").RawContent | Select-String "http.*\.mp4" -AllMatches).Matches[0].Value; iwr -useb -Uri $URL -OutFile "$env:USERPROFILE\Desktop\$($URL -split "/"|select -last 1)" -Headers @{"Host"="simp2.saint.to";"Origin"="https://saint.to";"Referer"="https://saint2.su/";} -Method GET -UserAgent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"
 

ausugnd

Dark Lord of the Simps
Aug 28, 2022
233
3,694
1,312
0fya082315al84db03fa9bf467e3.png
3 Working Methods I use.

Cyberdrop-DL - External Python Script to Bulk Download of entire thread or from a specific post onwards (can't select single post at this stage)

The XenForoPostDownloader Tampermonkey Script - Fantastically re-worked script to add functions to the site. Works on Chrome flavored browsers and I believe now works on Firefox again.

A correctly setup "Right Click Enabler" will also all you to right click "Save Video As". I use:
Please, Log in or Register to see links and images
I had to go into options and tick "Allow the extension to use the "host" permission to monitor and inject unblocker script automatically", then add the domain to the list to force it to activate on the site.
 
Status
Not open for further replies.