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

How to get descriptions from videos? #675

Closed
4 tasks done
gbarton opened this issue Jun 25, 2024 · 2 comments
Closed
4 tasks done

How to get descriptions from videos? #675

gbarton opened this issue Jun 25, 2024 · 2 comments
Labels
question Further information is requested

Comments

@gbarton
Copy link

gbarton commented Jun 25, 2024

Question

Which api call will get me the descriptions for the videos found underneath the videos while they are being played?

Calling getBasicInfo(id,'WEB') I found VideoInfo.basic_info.short_description, but that does not seem to be it.

Any ideas?

Other details

image

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
@gbarton gbarton added the question Further information is requested label Jun 25, 2024
@sgebr01
Copy link

sgebr01 commented Jun 26, 2024

Try video.getInfo(), this is a little slower but gives more information than getBasicInfo(). Also, specifying the Web client isn't needed since that's the default.

@gbarton
Copy link
Author

gbarton commented Jul 2, 2024

Ahh that does it thank you!

@gbarton gbarton closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants