-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
169 | Date.now() - exports.lastUpdateCheck >= UPDATE_INTERVAL) {
170 | exports.lastUpdateCheck = Date.now();
171 | return miniget('https://api.github.com/repos/fent/node-ytdl-core/releases/latest', {
172 | headers: { 'User-Agent': 'ytdl-core' },
173 | }).text().then(response => {
174 | if (JSON.parse(response).tag_name !== `v${pkg.version}`) {
^
SyntaxError: JSON Parse error: Unrecognized token 'ߋ'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels