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

Passing output_filename to fuel_convert #334

Open
sygi opened this issue Mar 24, 2016 · 0 comments
Open

Passing output_filename to fuel_convert #334

sygi opened this issue Mar 24, 2016 · 0 comments

Comments

@sygi
Copy link
Contributor

sygi commented Mar 24, 2016

When you convert a dataset, fuel_convert creates a hdf5 file of some default name. I saw the converters have the option output_filename to overwrite default behavior, but one cannot pass it to fuel_convert.
It would be nice to have, especially for youtube audio, where one currently does:

data = YouTubeAudio('XqaJ2Ol5cC4')

but it could be:

fuel-convert youtube_audio --youtube-id XqaJ2Ol5cC4 --output_filename music
data = YouTubeAudio('music')

I have written it for my usage - I'll send you a PR and you'll be able to merge it if you'd like to.

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

1 participant