Skip to content

Instantly share code, notes, and snippets.

View javix64's full-sized avatar
🎯
Focusing

Javier HM javix64

🎯
Focusing
View GitHub Profile
@javix64
javix64 / download-udemy-course.sh
Last active March 22, 2024 15:43
For downloading not encrypted course from udemy.
#!/bin/bash
if [ -z "$1" ]
then
echo "Write the url in this format: https://www.udemy.com/course/X
Where X is the name of the course that you want to download"
fi
yt-dlp \
--legacy-server-connect
--sleep-requests 60 \