Advertisement
Guest User

grab-youtube-channel

a guest
May 5th, 2020
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/sh -x
  2. if test -n "$1"
  3. then
  4.     channel=$1
  5.     shift
  6.     if test -n "$1"
  7.     then
  8.         format=$1
  9.         shift
  10.     fi
  11.     grab-youtube-list "channel/$channel/videos" "$format" --playlist-reverse "$@"
  12. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement