diff --git a/plugins/youtube_dl.lua b/plugins/youtube_dl.lua index 64cd3e7..f616901 100644 --- a/plugins/youtube_dl.lua +++ b/plugins/youtube_dl.lua @@ -7,7 +7,7 @@ function run(msg, matches) else text = run_bash("rm tmp/video.mp4 && youtube-dl -o tmp/video.mp4 " .. URL) send_video(get_receiver(msg), "tmp/video.mp4", ok_cb, false) - return URL .. ' wurde gedownloadet und wird jetzt gesendet! \nDas kann je nach Video sehr lang dauern! \nAlso habt Gedult!' + return URL .. ' wurde gedownloadet und wird jetzt gesendet! \nDas kann je nach Video sehr lang dauern! \nAlso habt Geduld!' end end