Off Topic - [Guide] Simple way to download all sendvid files from a page of the forum | Social Media Girls

Off Topic [Guide] Simple way to download all sendvid files from a page of the forum

  • Going forward please follow these rules when posting:

    -The content MUST be from TikTok, do not post slips from other platforms.

    -You MUST include profile names / link to the profile, or make every attempt to include it.

    -Include timestamps if you post a long video or a full live video.

    -Make sure ALL girls posted are 18+

  • Please make sure all of the videos and screenshots you're posting are only of people over the age of 18.

    This also means no children in the background.

    No more warnings.

  • Absolutely no doxing. This includes everything from using and asking for real names, asking for IG and other social media accounts. No social media rips.

    Anyone breaking this rule will be banned as stated in rule 4 of the forum:

    4) No doxing. Breaking this rule will result in a permanent ban. Under no circumstances the real names or personal information of model should to be revealed.

Welcome to the Social Media Girls Forum!
Feel free to sign up and join the discussion on all your favourite Social Media Girls. YouTube and Twitch oops moments, Onlyfans leaks, Celebrity sex tapes and More! It's free and takes 10 seconds!
Sign up
Recently I was on a topic with tons of sendvid files and was wondering how to download them all.
First you need Jdownloader 2 on your pc.
Then open the forum page with the sendvid links.
Now press f12 and go to the console tab
Copy this:

const links = document.getElementsByClassName("link link--external")
const result = []
for(const i in links){ if(links.href.includes("sendvid.com")) result.push(links.href)}

Paste on your console and press enter. You may get some errors but it's fine.
Now copy and paste this on your console:
console.log(result.join('\n'))

Then you should see all the sendvid links on your console.
Just copy and paste them in jdownloader.