h2non / youtube-video-api

Simplified programmatic and command-line interface for YouTube Video API. Built for node.js
MIT License
67 stars 16 forks source link

fix: remove chart param from list function. #11

Closed hillterence007 closed 9 years ago

hillterence007 commented 9 years ago

Couldn´t get video by ID. Cause chart was defined. I removed this parameter. https://developers.google.com/youtube/v3/docs/videos/list#filter-parameters Greetings

h2non commented 9 years ago

Great! Thank you

h2non commented 9 years ago

New version 0.2.5 with that fix is available in npm from now.

npm install youtube-video-api --force