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

Commit

Permalink
changed to _filename in line 33 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit-Hooda committed Oct 25, 2017
1 parent 2193220 commit 87d3891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var video = youtubedl('http://www.youtube.com/watch?v=90AiXO1pAiA',
// Will be called when the download starts.
video.on('info', function(info) {
console.log('Download started');
console.log('filename: ' + info.filename);
console.log('filename: ' + info._filename);
console.log('size: ' + info.size);
});

Expand Down

0 comments on commit 87d3891

Please sign in to comment.