diff --git a/telegram_bot.py b/telegram_bot.py
index daaef0590ba153b7e45565c8ea491b158d49a5db..164a4d7192560973913ade654627a10c435a977a 100755
--- a/telegram_bot.py
+++ b/telegram_bot.py
@@ -71,7 +71,7 @@ message = [
 
 # Trailernachricht zusammenbauen
 if next_event.trailer is not "":
-    message.append("\n[Link zum Trailer](https://youtu.be/%s)" % next_event.trailer)
+    message.append("\n[Link zum Trailer](%s)" % next_event.trailer)
 
 text = ''.join(message)