Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

youtube-dl cannot find download link #28

Open
karanrajpal14 opened this issue Apr 16, 2019 · 1 comment
Open

youtube-dl cannot find download link #28

karanrajpal14 opened this issue Apr 16, 2019 · 1 comment

Comments

@karanrajpal14
Copy link

Tried running npm i and it fails while installing youtube-dl:

> [email protected] postinstall /home/karan/projects/ytdl-server/node_modules/youtube-dl
> node ./scripts/download.js

Error: Could not find download link in https://rg3.github.io/youtube-dl/download.html
    at Request.get [as _callback] (/home/karan/projects/ytdl-server/node_modules/youtube-dl/lib/downloader.js:64:31)
    at Request.self.callback (/home/karan/projects/ytdl-server/node_modules/request/request.js:185:22)
    at Request.emit (events.js:182:13)
    at Request.<anonymous> (/home/karan/projects/ytdl-server/node_modules/request/request.js:1161:10)
    at Request.emit (events.js:182:13)
    at IncomingMessage.<anonymous> (/home/karan/projects/ytdl-server/node_modules/request/request.js:1083:12)
    at Object.onceWrapper (events.js:273:13)
    at IncomingMessage.emit (events.js:187:15)
    at endReadableNT (_stream_readable.js:1094:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)

Any idea what's going wrong?

@Algram
Copy link
Owner

Algram commented Apr 22, 2019

Hi @karanrajpal14, could you try it with the latest master version of this repo? I've updated the dependencies and this could have very well fix your issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants