diff --git a/plugins/youtube_dl.lua b/plugins/youtube_dl.lua index f616901..77a1f92 100644 --- a/plugins/youtube_dl.lua +++ b/plugins/youtube_dl.lua @@ -1,11 +1,12 @@ -- Requires: (sudo) apt-get install youtube-dl +-- See https://github.com/rg3/youtube-dl/blob/master/README.md#options function run(msg, matches) URL = matches[1] local receiver = get_receiver(msg) if string.match(msg.text, '"') then return 'Vergiss es' else - text = run_bash("rm tmp/video.mp4 && youtube-dl -o tmp/video.mp4 " .. URL) + text = run_bash("youtube-dl -o tmp/video.mp4 --no-playlist --no-continue --max-filesize 15m " .. 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 Geduld!' end diff --git a/tmp/.gitkeep b/tmp/.gitkeep new file mode 100644 index 0000000..2a2d56e --- /dev/null +++ b/tmp/.gitkeep @@ -0,0 +1,688 @@ + + + + + +
+ + + + + +