Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Update youtube-dl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boulosda authored May 17, 2019
1 parent 86e8634 commit bfc0a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/youtube-dl.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function processData(data, options, stream) {

if (options && options.start > 0) headers.Range = 'bytes=' + options.start + '-';

const req = request({ url: item.url, headers: headers });
const req = request({ url: item.url, headers: headers, ecdhCurve: 'auto' });

req.on('response', function response(res) {

Expand Down

0 comments on commit bfc0a1d

Please sign in to comment.