From b6246262ecf6eb941a7c66c68d2f549fad78f41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sun, 28 Jul 2019 09:03:03 +0200 Subject: [PATCH] youtube --- lib/linkify/builder.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linkify/builder.ex b/lib/linkify/builder.ex index 25ac8c6..2729e9b 100644 --- a/lib/linkify/builder.ex +++ b/lib/linkify/builder.ex @@ -125,7 +125,7 @@ defmodule Linkify.Builder do def create_youtube(text, _opts) do id = get_video_id(text) - "" + "" end Enum.each(["", "http://", "https://"], fn protocol ->