removing insta link message #66
@@ -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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user