Support How do you download from Saint.to now?

splinterKills

Stanner Supreme
296,243
325
83
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.
 
do you have the embed URL ? if you can't read the video you can't download it Found the embeds but it's still classifying as a direct link.
 
For everyone who's looking for a method on mobile: Download the 1DM private browser app (pic below) Then copy the link of the Saint.to video and paste it in the web category inside the app (pic below) And after you reach the video page, press the download button on the top right corner (pic below) Then press here And then press start! And you're done!
1000004454.jpg
1000004455.md.jpg
1000004453.md.jpg
1000004452.jpg
 
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) CyberDropDownloader Supported Cyberdrop-DL Development If you want to support me and my effort you can send me some crypto: BTC: bc1qzw7l9d8ju2qnag3skfarrd0t5mkn0zyapnrcsn ETH: 0xf36ef155C43Ed220BfBb2CBe9c5Ae172A8640e9B XMR... 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. Introduction This script can download the contents of many posts on the forum including locally hosted attachments and files on some external hosts such as jpg.church, pixl, cyberdrop, bunkr, pixeldrain and others. The script adds a download button alongside every post and a download all... A correctly setup "Right Click Enabler" will also all you to right click "Save Video As". I use: 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.
 
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?
 
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? Click to expand... 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 "
").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"
 

Log in

or Log in using

Log in

or Log in using
Top