Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 510 Bytes

YouTube-Playlist-Downloader

The application authenticates with google account on YouTube and extracts the playlists.

  1. Follow step 1 of https://developers.google.com/youtube/v3/quickstart/js to get your CLIENTID.
  2. Setting up WAMP server: a. Start Wamp server. Click on the wamp icon. Click on Apache b. Open httpd.conf file under the Apache option c. Search for "Listen" in the file. d. change the port no. to 8000 from 80
  3. copy the CLIENTID in the html and php codes of the folder 'Websites'.