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 ->