Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

YouTube

notebooks/example.livemd

YouTube

Mix.install([{:kino, "~> 0.6"}, {:youtube, path: "."}])

Install

Install in the setup section of your Livebook, along with Kino.

Mix.install([{:kino, "~> 0.6"}, {:youtube, github: "brooklinjazz/youtube"}])

Usage

Call YouTube.new/1 with the full video URL.

YouTube.new("https://www.youtube.com/watch?v=5tLsBwAjOo0")