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
#single video | |
youtube-dl --cookies youtube.com_cookies.txt "URL" | |
#playlist | |
youtube-dl --yes-playlist --cookies youtube.com_cookies.txt "URL" | |
You can use: --playlist-start, --playlist-end, --playlist-reverse or --playlist-items to achieve this goal. | |
#Note: cookie should be in Netscape format |