forked from Supositware/Haha-Yes
Limit videos to 480p
This commit is contained in:
parent
3464736d85
commit
995634a4b2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default {
|
||||||
|
|
||||||
await interaction.deferReply({ ephemeral: true });
|
await interaction.deferReply({ ephemeral: true });
|
||||||
|
|
||||||
utils.downloadVideo(url, interaction.id, 'mp4')
|
utils.downloadVideo(url, interaction.id, 'bestvideo[height<=?480]+bestaudio/best')
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
const file = fs.readdirSync(os.tmpdir()).filter(fn => fn.startsWith(interaction.id));
|
const file = fs.readdirSync(os.tmpdir()).filter(fn => fn.startsWith(interaction.id));
|
||||||
const output = `${os.tmpdir()}/${file}`;
|
const output = `${os.tmpdir()}/${file}`;
|
||||||
|
|
Loading…
Reference in a new issue