Skip to content

Commit

Permalink
Merge pull request #124 from pemudakoding/master
Browse files Browse the repository at this point in the history
fix: download return the original link
  • Loading branch information
BochilGaming authored Aug 24, 2024
2 parents 97bd3c9 + dcc2709 commit 8fee589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scraper-youtube/src/youtubedl-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default async function youtubedlv2 (
type,
fileSizeH,
fileSize,
download: async () => url
download: async () => item.url
}
}
const duration = time2Number(json.meta.duration)
Expand Down

0 comments on commit 8fee589

Please sign in to comment.