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

Calling author_url twice errors out #189

Closed
ishields opened this issue Apr 7, 2020 · 1 comment
Closed

Calling author_url twice errors out #189

ishields opened this issue Apr 7, 2020 · 1 comment

Comments

@ishields
Copy link
Contributor

ishields commented Apr 7, 2020

It appears that when using the YouTube api, calling author_url twice in a row causes an error.

This is very easily reproduced with:

video_info = VideoInfo.new("https://www.youtube.com/watch?v=...")
video_info.author_url => valid authors url
video_info.author_url => undefined method `[]' for nil:NilClass
@thibaudgg
Copy link
Owner

That sounds like a bug, could you please submit a fix?

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