- Go to your expected directory where you want your files to be downloaded.
- Open the directory in terminal.
- Run
lynx -dump http://EGGHEADURL.tld | awk '/lessons\//{print $2}' | awk '!a[$0]++' | sed '/\?/d' > links1.txtreplace the URL. - Run
youtube-dl -c -i -o "%(autonumber)s-%(title)s.%(ext)s" -a links.txt --external-downloader aria2c --external-downloader-args "-j1 -x16 -s16 -k1M"in your terminal. - Wait for the download to finish.
Moreover, BUY egghead subscriptions.
Source: