Guest User

Untitled

a guest
Jan 17th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. youtube-dl -o '~/Documents/%(playlist)s/%(chapter_number)s - %(chapter)s/%(playlist_index)s - %(title)s.%(ext)s' URL
  2.  
  3. Video Selection:
  4. --playlist-start NUMBER Playlist video to start at (default is 1)
  5. --playlist-end NUMBER Playlist video to end at (default is last)
  6. --playlist-items ITEM_SPEC Playlist video items to download. Specify
  7. indices of the videos in the playlist
  8. separated by commas like: "--playlist-items
  9. 1,2,5,8" if you want to download videos
  10. indexed 1, 2, 5, 8 in the playlist. You can
  11. specify range: "--playlist-items
  12. 1-3,7,10-13", it will download the videos
  13. at index 1, 2, 3, 7, 10, 11, 12 and 13.
Add Comment
Please, Sign In to add comment