Skip to content

Not downloading node-ytdl-core #113

@bboynton97

Description

@bboynton97
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 'ߋ'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions