Skip to content

Instantly share code, notes, and snippets.

View qisthidev's full-sized avatar
🏠
Working from home

Qisthi Ramadhani qisthidev

🏠
Working from home
View GitHub Profile
@qisthidev
qisthidev / post.md
Created June 8, 2026 04:59 — forked from devinschumacher/post.md
How to bulk download all the videos in a skool classroom

How to bulk download all the videos in a skool classroom

step 1 - get the course URLs

// Extract all lesson URLs from Skool classroom - paste in browser console
function extractAllLessonUrls() {
    console.log("🔍 Searching for lesson URLs on this page...");
    
    const urls = new Set();