Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. require_once('includes/echove.php');
  2.  
  3. $bc = new Echove(
  4. 'r17uBYeWvy3Urm_hv_k1V4yoEFWIXJP8nS03I9X7oldTbNqWBWUDjg..',
  5. 'r17uBYeWvy3Urm_hv_k1V4yoEFWIXJP8f8I8Fn2WVzmuEC_n6deI1A..'
  6. );
  7.  
  8. # Make our API call
  9. $videos = $bc->find('allVideos');
  10.  
  11. # Remove all videos without specified tags
  12. $videos = $bc->filter($videos, 'live=true');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement