Closed gartmeier closed 7 years ago
to download pro content without clicking through the whole playlist and clicking download each time: youtube-dl -i -o "%(autonumber)s-%(title)s.%(ext)s" -a list.txt --cookie ../cookies.txt
youtube-dl -i -o "%(autonumber)s-%(title)s.%(ext)s" -a list.txt --cookie ../cookies.txt
The cookies.txt can be downloaded via https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg?hl=en
@torfeld6 thanks for the tip! i added it to the readme and mention you there as well: https://github.com/ellerbrock/egghead-video-download#download-for-pro-user
to download pro content without clicking through the whole playlist and clicking download each time:
youtube-dl -i -o "%(autonumber)s-%(title)s.%(ext)s" -a list.txt --cookie ../cookies.txt
The cookies.txt can be downloaded via https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg?hl=en