Posts

Showing posts from February, 2016

RETRIEVE ALL VIDEOS FROM YOUTUBE PLAYLIST

Image
This webpage is my answer to one question I've seen in the "stackoverflow.com". SOURCE CODE of "all-playlist-items.html" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv= "content-type" content= "text/html; charset=utf-8" > <style> body { background-color : #CCCCCC } </style> <script type= "text/javascript" src= "http://code.jquery.com/jquery-latest.js" > </script> <body onload= "init()" > <h2 style= "font-family:Arial" > Retrieve all videos from youtube playlist <br> using youtube v3 API </h2> <input type= "text" value= "PLD4C9B9E6C35E967E" id= "searchtext1" size= "75" > &nbsp; <button onclick= "getVids()" > Get Items </button> <br><b