Moorad / youtube-video-downloader

199 stars 138 forks source link

No video links in the panel with: info.player_response is undefined error #41

Open Ninjabdou opened 3 years ago

Ninjabdou commented 3 years ago

There is no video links in the panel, I only get this message: info.player_response is undefined

I'm on linux mint and using the latest version of firefox

developerDTH commented 1 year ago

I also have that problem. I don't know what's wrong either.

trampboy commented 1 year ago

@Ninjabdou @developerDTH You should upgrade ytdl-core latest version. but you may get error about "SyntaxError: Invalid or unexpected token", so You can use "ytdl-core": "git+ssh://git@github.com:khlevon/node-ytdl-core.git#v4.11.4-patch.2" to fix it.

Related issue

You can also use my project which i fixed.