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

Diamond Tier
Mar 11, 2022
65
998
1,042
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:
 

JL3

Tier 2 Sub
Mar 12, 2022
6
184
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"
 

Captain Marvel

Bathwater Drinker
Mar 10, 2022
502
62
4,073
1,217
0fya082315al84db03fa9bf467e3.png
 
  • Like
Reactions: dorado
Status
Not open for further replies.