removing insta link message #66

Merged
schrumpel merged 1 commits from dev into master 2024-02-19 20:03:08 +00:00

View File

@ -107,7 +107,6 @@ export default async bot => {
try {
if(regex.instagram.test(link))
try {
console.log("insta link");
source = (await queue.exec(`yt-dlp --cookies /opt/f0ck/qutecookies.txt -f 'bv*[height<=720]+ba/b[height<=720] / wv*+ba/w' "${link}" --max-filesize ${maxfilesize / 1024}k --postprocessor-args "ffmpeg:-bitexact" -o "./tmp/${uuid}.%(ext)s" --print after_move:filepath --merge-output-format "mp4"`)).stdout.trim();
} catch(err) {
if(e.type == 'tg')