Guest User

Untitled

a guest
Oct 11th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var cmd=[];$("a[href$=mp4]").each(function(){var self=$(this),div=self.parents(".video-entry"),title=div.find(".video-label p").text(),href=$(this).attr("href");cmd.push("wget -O '"+(cmd.length+1)+" "+title+".mp4' "+href+"\n") });cmd.join("");
Add Comment
Please, Sign In to add comment