Skip to content

Commit

Permalink
[ Jessi-md 4.8.4 ⏱️ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweeshachamodx authored Jan 28, 2024
1 parent affc435 commit 29caa80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugins/downloader-fb.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ const handler = async (m, { conn, args, usedPrefix, command }) => {

try {
const result = await fg.fbdl(args[0]);
const tex = `
⊱ ─── {* Facebook dwd *} ─── ⊰
↳ *VIDEO TITLE:* ${result.title}
⊱ ────── {⋆♬⋆} ────── ⊰`
const tex = `*${result.title}*`

const response = await fetch(result.videoUrl)
const arrayBuffer = await response.arrayBuffer()
Expand Down

0 comments on commit 29caa80

Please sign in to comment.