YPC is a simple webapp that lets you create a Youtube playlist based on a list of URLs.
There's currently one instance working on this server:
http://www-scf.usc.edu/~giudice/ypc/
Prerequisite:
- A server with a public IP.
- Clone this repository on your server
- Go to
https://console.developers.google.com/projectselector/apis/credentials
and request a YouTube client ID. Remember to add your server to theAuthorized JavaScript origins
list. - Create a file named
oauth2_client_id.js
and place a line like this: var OAUTH2_CLIENT_ID = 'your_API_Client_ID'; - That's all! Go to your server URL and test it.
- Authorize the application to access your YouTube account (this is safe! No info is collected whatsoever)
- Set the name of the new list
- Paste one URL per line:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
- Click on "Add all videos to the list"
- That's all! Remember that your playlist is set as "private" by default.
- Translate the UI to english
- fix bug old videos not being erased when playlist is deleted