module FFaker::Youtube

def embed_url

def embed_url
  "www.youtube.com/embed/#{video_id}"
end