summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helpers.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers.cr b/src/helpers.cr
index eeda239a..45204132 100644
--- a/src/helpers.cr
+++ b/src/helpers.cr
@@ -133,6 +133,7 @@ def fetch_video(id, client)
description = html.xpath_node(%q(//p[@id="eow-description"]))
description = description ? description.to_xml : ""
+ description = description.gsub(/(https:\/\/)|(http:\/\/)?(www\.)?(youtube\.com)/, "")
wilson_score = ci_lower_bound(likes, likes + dislikes)