Support How do you download from Saint.to now?

  • 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
66
1,024
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:
 

Applejuice

Lord Of The Juice 🧃
Mar 11, 2022
862
115,453
2,518
0fya082315al84db03fa9bf467e3.png
Another thing you can try is using Aloha browser on phone. (When playing the video you can then download it)
 

anakryodd

Bathwater Drinker
Mar 11, 2022
61
1,323
1,242
0fya082315al84db03fa9bf467e3.png
No one answered my earlier thread. But not only am I having trouble downloading saint.to vids but they don't even show on the embed in posts, but only on firefox. Anyone run into that?
 
  • Like
Reactions: chabon333

Heisenberg.

Making Millions from Crystal Meth
Mar 15, 2022
132
6,830
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:
 

ThePornCollector

I collect stuff and provide sauce
Mar 12, 2022
482
2,666
1,202
0fya082315al84db03fa9bf467e3.png
right now there's a almost invisible "watch on saint.to" text at the top right side, u gotta right click>open on new tab or wheel click it and it shows in a new tab, then u can copy the link and paste it to JDownloader, i tried extensions but they don't download the video

so, wheelclick on the text, and then copy&paste the link to JDownloader
 

Skybreaker

Casual
Mar 14, 2022
8
33
178
0fya082315al84db03fa9bf467e3.png
Tried looking for threads to see if it's only me or not. I can't access any saint video whatsoever on Chrome. Console says that simp2.saint.to is unreachable and as such no video on the site is reachable.
 

AWetOne

Superfan
Mar 18, 2022
16
643
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.
 

LS9

Diamond Tier
Dec 1, 2022
16
837
927
0fya082315al84db03fa9bf467e3.png
I understand this post from op is old by now but simply right clicking and saving as in chrome works for me, Does this not work for anyone else?
 

Somerando1337

Casual
Mar 26, 2022
7
45
225
0fya082315al84db03fa9bf467e3.png
I'd just make a little script to auto grab the hls link from the embeds & download that using yt-dlp, but yeah I'm not sure how allowed that is so make sure
 

SailorJack

Bathwater Drinker
Mar 16, 2022
121
2,275
1,249
0fya082315al84db03fa9bf467e3.png
Don't know if anyone mentioned it but you can use the old trusty NoScript extension in a browser. Disable the Saint scripts with NoScript, then just right click on videos to save them.
 

JL3

Tier 2 Sub
Mar 12, 2022
6
186
380
0fya082315al84db03fa9bf467e3.png
on FF shift+right click save-as works still on all videos except the one below, keeps giving me direct-access error, anyone able to crack this specific link?
 

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"
 
Status
Not open for further replies.