Skip to content

Commit

Permalink
feat: update readme & ytmp3
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxr-v2 committed Sep 27, 2023
1 parent b7b0b53 commit ba66bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
🏷️ Cloud Storage (**+Rp. 80.000 / +$10.80**)

> Cloud Storage ini berfungsi untuk menyimpan file media (sticker, foto, video, audio) ke cloud storage tanpa membebani disk space server bot yang nantinya akan menjadi auto reply. Dalam script ini terdapat **script uploader** yang nanntinya di upload ke replit (10GB) untuk menjadi cloud storage, plugin **storage.js** dan **storage_ev.js**
> Cloud Storage ini berfungsi untuk menyimpan file media (sticker, foto, video, audio) ke cloud storage tanpa membebani disk space server bot. Dalam script ini terdapat **script uploader** yang bisa di upload ke replit sebagai tempat menyimpan media, plugin **storage.js** dan **storage_ev.js**
🏷️ Menfess (**+Rp. 15.000 / +$3.80**)

Expand Down
4 changes: 2 additions & 2 deletions plugins/download/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.run = {
const json = await Api.neoxr('/youtube', {
url: args[0],
type: 'audio',
quality: args[1] || '128kbps'
quality: args[1] || '128k'
})
if (!json.status || !json.data.url) return client.reply(m.chat, Func.jsonFormat(json), m)
let caption = `乂 *Y T - P L A Y*\n\n`
Expand Down Expand Up @@ -51,7 +51,7 @@ exports.run = {
var json = await Api.neoxr('/youtube', {
url: args[0],
type: 'video',
quality: args[1] || '480p'
quality: args[1] || '720p'
})
if (!json.status) {
var json = await Api.neoxr('/youtube', {
Expand Down

0 comments on commit ba66bdb

Please sign in to comment.