This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 \ |