How to download entire youtube playlist on the mac
I know you are looking for an app. But if you use command line, you can play with whole youtube however you want. This is completely free and very fast.
I am providing steps to follow.
- Open terminal.
- Use any one of following to install youtube-dl (A downloader written in python).
- Fire these 2 command. (You should have curl installed in your system)
- sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
- sudo chmod a+rx /usr/local/bin/youtube-dl
- Fire these 2 commands
- sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
- sudo chmod a+rx /usr/local/bin/youtube-dl
- Or to install with homebrew eneter this command
- brew install youtube-dl
3. To Download YouTube playlist videos in separate directory indexed by video order in a playlist fire this command.
- youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' PLAYLIST_LINK
EXAMPLE: -
- youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re
4. To Download all playlists of YouTube channel/user keeping each playlist in separate directory fire this command.
- youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' LINK_TO_CHANNEL_PLAYLISTS
EXAMPLE:-
- youtube-dl -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/user/TheLinuxFoundation/playlists
FOR MORE INFORMATION:-
VISIT rg3/youtube-dl
Articoli simili
- Cos'è m.YouTube? Quando ero su YouTube sul mio portatile, è cambiato in m.YouTube e quando digito www.YouTube.com cambia in m.YouTube.
- What is the right order to watch the entire DC Animated Universe?Artboard
- How long would it take to watch the entire MCU, including the shows?
- Come aggiungere o duplicare lo stesso video alla stessa playlist di YouTube