Commit graph

19 commits

Author SHA1 Message Date
lyx0 6911603401 styling and cleanup 2024-02-29 21:17:39 +01:00
lyx0 78dff0e347 fix old comments 2024-02-28 11:53:39 +01:00
lyx0 6acc16b6cc only call run from the main function so we can have return codes on main 2024-02-10 20:40:27 +01:00
lyx0 2802c4e07a fix youtube downloads not showing correct extension 2024-01-16 19:51:36 +01:00
lyx0 4ff1deec02 change domain 2024-01-08 16:25:54 +01:00
lyx0 026918354d fix permission denied error because of wrong download file path 2024-01-02 14:00:47 +01:00
lyx0 942e5a6eee fix conv command erroring out with permissions denied 2023-12-27 13:12:13 +01:00
lyx0 f8e157fe91 fix docker permission denied 2023-12-19 23:16:53 +01:00
lyx0 4422e49ea0 add meme command.
meme command takes in a video url, then downloads the video with yt-dlp and moves it to the folder that docker maps to public/uploads and replies with a url to it
2023-12-19 22:53:42 +01:00
lyx0 5c70be6d94 add conv command.
conv downloads a video with yt-dlp, then converts it to mp4 using ffmpeg and uploads it to yaf.li
2023-12-19 22:30:22 +01:00
lyx0 efa4ea87a0 remove unnecessary print statements 2023-12-03 15:58:33 +01:00
lyx0 801853cdb3 additionally add message context to each logged sent_message_logs in the database 2023-10-10 17:51:12 +02:00
lyx0 a33276759d add uploads model, log downloads/uploads to the database 2023-10-05 23:11:11 +02:00
lyx0 d05ef09c39 fix: forgot to change one app.TwitchClient to app.Send 2023-10-05 21:23:23 +02:00
lyx0 bda3b1e05b move download/upload into application 2023-10-05 21:21:26 +02:00
lyx0 5363eb45cc move downloader to commands. package 2023-10-03 17:23:52 +02:00
lyx0 5ae08fad7c feat: ()dl command: download given video with yt-dlp, then upload it to imagehost and post the link in response 2023-10-03 17:02:11 +02:00
lyx0 9f75c8c31b feat: add download command and upload to catbox
adds a ()dl command that downloads a video using yt-dlp, then uploads the videofile to catbox and sends the catbox link
2023-10-02 00:35:27 +02:00
lyx0 67e7a2e655 add dl command to download videos with yt-dlp 2023-09-27 16:44:42 +02:00