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

comment count is not coming in the info section #23763

Closed
mineiroPT opened this issue Jan 17, 2020 · 1 comment
Closed

comment count is not coming in the info section #23763

mineiroPT opened this issue Jan 17, 2020 · 1 comment

Comments

@mineiroPT
Copy link

@mineiroPT mineiroPT commented Jan 17, 2020

Maybe my problem and sorry if its that the case, but the comment count is not coming in the info section can someone help me out? and yes the video have counts

//example of youtube-info working:

var fetchVideoInfo = require('youtube-info');
fetchVideoInfo('QT2_XF88TXk', function (err, videoInfo) {
if (err) throw new Error(err);
console.log(videoInfo);

});

// Youtube-dl not working
const youtubedl = require('youtube-dl')
const url = 'http://www.youtube.com/watch?v=QT2_XF88TXk'
const options = ['--username=user', '--password=hunter2']

youtubedl.getInfo(url, options, function(err, info) {
if (err) throw err
console.log('fields:', Object.keys(info) )
})

@dstftw dstftw closed this Jan 17, 2020
@mineiroPT
Copy link
Author

@mineiroPT mineiroPT commented Jan 17, 2020

Why @dstftw closed? :)

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.