Skip to content

Commit

Permalink
Update yt.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sataniceypz authored Jan 8, 2025
1 parent e9b6f6f commit f5223f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/yt.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ izumi({
try {
const { videos } = await yts(match);
const firstVideo = videos[0];
url = firstVideo.url;
const url = firstVideo.url;
const api = `https://api.siputzx.my.id/api/d/ytmp4?url=${url}`;
const response = await getJson(api);
const data = response.data;
Expand Down Expand Up @@ -80,7 +80,7 @@ izumi({
try {
const { videos } = await yts(match);
const firstVideo = videos[0];
url = firstVideo.url;
const url = firstVideo.url;
const api = `https://api.siputzx.my.id/api/d/ytmp4?url=${url}`;
const response = await getJson(api);
const data = response.data;
Expand Down

0 comments on commit f5223f2

Please sign in to comment.