UNPKG

youtube-api-v3-search

Version:
8 lines (6 loc) 142 B
module.exports.URL = 'https://www.googleapis.com/youtube/v3/search?'; module.exports.options = { q:'', part:'snippet', type:'video' };