Accessing YouTube data programmatically using Scala
Few days back, I wanted to save the list of vidoes in few youtube playlists for future references. But on a quick google search, I was not able to find any simple examples of accessing youtube data apis using scala (or even in Java).
Here is a quick notes on how I used Google Java data apis to access youtube data in scala.
Setup 0 - build.sbt
First, let's start by creating a simple `build....