UNPKG

horizon-youtube-mp3

Version:

Get youtube video information and download audio in MP3 or video in MP4 format.

14 lines (11 loc) 187 B
/** * Created by wendersonpires on 27/11/16. */ 'use strict'; // Itags Video info const itags = { ITAG_43 : '43', ITAG_251 : '251', ITAG_140 : '140' }; module.exports = itags;