Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 564 Bytes

youtube-recognizer

Recognizes music from a YouTube video using the Music Recognition API. Generates a .csv file with all the songs from the video.

Usage:

./youtube-recognizer
  -api_token string
        AudD API token (default "test")
  -url string
        Link to the YouTube video (default "https://www.youtube.com/watch?v=ANEOD16twxo")
  -csv string
        Path to the .csv which will be created (default "audd.csv")

Usage demo