This application will fetch the songs in the playlist and allow you to find some of them without having to scroll on web
- Ruby
- RubyGems
- RubyBundler
bundler install
Add the urls of the playlist in the upload_lists, one line after each other.
Add the api_key in the file with the same name
ruby main.rb -l
ruby main.rb -l \\ Will return something like 0 - Liked videos (remember the index)
ruby main.rb -p 0 -d \\ Will find all the videos in playlist one and display them
ruby main.rb -a -s 'Sinatra' \\ Will look into all the playlist for a title that includes Sinatra
ruby main.rb -h