Merge pull request 'removing insta link message' (#66) from dev into master
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 19s
Reviewed-on: #66
This commit is contained in:
commit
74fc3a9134
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user