You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want there to be an • Embed option (e.g. clicking on embed redirects you from yewtu.be/watch?v=fo0bArBAZ to youtube.com/embed/fo0bArBAZ), I hate using the sluggish keyboard on my TV whenever it happens.
• Go to YouTube would play ads and the official website always takes a lot of time to load, especially on TV.
I don't know what language is being used or how to contribute to this project, but here are some snippets (may not work):
defconvert_to_embed_link(video_url : String) : String# Extract the video ID from the URLif video_url =~%r{(?:https?://)?(?:www\.)?([^/]+)/(?:watch\?v=)([^&]+)}
video_id =$2return"https://youtube.com/embed/#{video_id}"endreturn video_url # Return the original URL if it doesn't matchend
When I see this error:
I want there to be an • Embed option (e.g. clicking on embed redirects you from yewtu.be/watch?v=fo0bArBAZ to youtube.com/embed/fo0bArBAZ), I hate using the sluggish keyboard on my TV whenever it happens.
• Go to YouTube would play ads and the official website always takes a lot of time to load, especially on TV.
I don't know what language is being used or how to contribute to this project, but here are some snippets (may not work):
The text was updated successfully, but these errors were encountered: