Advertisement
Guest User

Untitled

a guest
Mar 24th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/bash
  2. youtube-dl -F 'http://vimeo.com/13920640' &&
  3. renext () {
  4. mv "$1" "$2.${1##*.}"
  5. }
  6.  
  7. renext 13920640.* "Brewing TV - Episode 13: Brewer's Share at Full Sail Brewing Co. - Bottling a Biere de Garde";
  8.  
  9. youtube-dl -F 'http://vimeo.com/13998631' &&
  10. renext () {
  11. mv "$1" "$2.${1##*.}"
  12. }
  13.  
  14. renext 13998631.* "Brewing TV - Episode 14: This Old Brewhouse"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement