UNPKG

youtube-likes-downloader

Version:
10 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; exports.config = { urlPrefix: 'https://www.youtube.com/watch?v=', scopes: { full: ['https://www.googleapis.com/auth/youtube'], }, }; //# sourceMappingURL=config.js.map