Skip to content

Commit

Permalink
fix: ytmp3
Browse files Browse the repository at this point in the history
  • Loading branch information
riskyprsty committed Jun 16, 2024
1 parent 6e9f941 commit c8380e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ export default async function ytPlayer(
m: IWebMessageInfoExtended,
) {
try {
// const info = await ytdl.getInfo(url);
//const format = ytdl.chooseFormat(info.formats, { quality: 'lowestaudio' });
// console.log(format.url);
const start = performance.now();
const result = await getYoutubeVideo(url);

Expand Down

0 comments on commit c8380e6

Please sign in to comment.