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

get title on videos #61

Open
yekayee opened this issue May 5, 2024 · 1 comment
Open

get title on videos #61

yekayee opened this issue May 5, 2024 · 1 comment

Comments

@yekayee
Copy link

yekayee commented May 5, 2024

can get title videos?

@Rounak40
Copy link

Rounak40 commented May 8, 2024

videos = scrapetube.get_search("search query")

for video in videos:
    print(video['title']['runs'][0]['text'])

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