Advertisement
AstroShock

plug.dj - Send picture link

Jul 13th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //I minified this so it couldn't be abused too much.
  2.  
  3. //This sends the YouTube or Soundcloud thumbnail picture. SC might now work 100% of the time, but yt will.
  4.  
  5. API.on(API.CHAT,function(e){if(e.message=="!pic"){function t(e,t){if(e===null){return""}t=t===null?"big":t;var n;var r;r=e.match("[\\?&]v=([^&#]*)");n=r===null?e:r[1];if(t=="small"){return"http://img.youtube.com/vi/"+n+"/2.jpg"}else{return"http://img.youtube.com/vi/"+n+"/0.jpg"}}var n=API.getMedia();if(n.format==1){API.sendChat("/em ["+e.from+"][!pic] "+t(n.cid))}else{var r=SC.get("/tracks/"+n.cid,function(e){return e.permalink_url});var i=SC.get(r,function(e){var t=e.artwork;return t});if(!i){API.sendChat("Um, I kinda couldn't get the Soundcloud album link...")}else{API.sendChat("/em ["+e.from+"][!pic] "+i)}}}});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement