Guest User

Untitled

a guest
Jun 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. youtube-dl -f 22 https://www.youtube.com/playlist?list=PLO-hrPk0zuI18xlF_480s6UiaGD7hBqJa
  2.  
  3. --playlist-items ITEM_SPEC Playlist video items to download. Specify
  4. indices of the videos in the playlist
  5. separated by commas like: "--playlist-items
  6. 1,2,5,8" if you want to download videos
  7. indexed 1, 2, 5, 8 in the playlist. You can
  8. specify range: "--playlist-items
  9. 1-3,7,10-13", it will download the videos
  10. at index 1, 2, 3, 7, 10, 11, 12 and 13.
  11.  
  12. youtube-dl -f 22 --playlist-items 7-X https://www.youtube.com/playlist?list=PLO-hrPk0zuI18xlF_480s6UiaGD7hBqJa
Add Comment
Please, Sign In to add comment