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

Find a way to discover whether a Youtube link is still valid #4

Open
dreasgrech opened this issue Jan 23, 2012 · 1 comment
Open

Find a way to discover whether a Youtube link is still valid #4

dreasgrech opened this issue Jan 23, 2012 · 1 comment
Labels

Comments

@dreasgrech
Copy link
Owner

Here's an example of one which is not: http://www.youtube.com/watch?v=xRM1uvUu7HU

It's thumbnail returns 404: http://img.youtube.com/vi/xRM1uvUu7HU/0.jpg

@dreasgrech
Copy link
Owner Author

Hmm, this probably requires an extra call to the Youtube API and that's not good for performance.

What I have in mind is maybe check if the image has been loaded, and if not, remove it from the matrix so it makes space for another video.

But then again, that would require a complete redraw of the whole canvas...

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

No branches or pull requests

1 participant