Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download but only on the sound #30

Open
jins5 opened this issue Jun 24, 2023 · 1 comment
Open

Download but only on the sound #30

jins5 opened this issue Jun 24, 2023 · 1 comment
Assignees

Comments

@jins5
Copy link

jins5 commented Jun 24, 2023

How can I only download in mp3, there's no api doc or anything like that?

Thanks

@NeonGamerBot-QK
Copy link
Contributor

just change the file paths from .mp4 to .mp3 and remove anything else
node script

// run in the output dir
require('fs').readdirSync(__dirname).forEach(f => {
require('child_process').execSync(`mv ${f} ${f.replace('.mp4','.mp3')`)
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants