mov-cli / mov-cli-youtube

A mov-cli v4 plugin for watching youtube.
https://pypi.org/project/mov-cli-youtube/
MIT License
18 stars 1 forks source link

[Indented for youtube plugin] Audio only option #1

Closed bachig26 closed 5 months ago

bachig26 commented 5 months ago

Describe the feature/change you'd like. Add support to play only the audio using an option/argument like --audio along the commandline.

Example: mov-cli -s youtube "middle of the night" --audio

similar to this to only output the audio, to listen YouTube for music.

THEGOLDENPRO commented 5 months ago

What do you think of having a YouTube scraper dedicated to music, like:

mov-cli -s youtube.music rickroll

of course the namespace could be shorter.

bachig26 commented 5 months ago

What do you think of having a YouTube scraper dedicated to music, like:

mov-cli -s youtube.music rickroll

of course the namespace could be shorter.

yes, it's nice.

THEGOLDENPRO commented 5 months ago

I switched back to the command line UX you originally presented as this is much better than a whole separate scraper.

mov-cli -c 1 -s youtube 82 99 F.M macross 82-99 -- --audio

This will take advantage of a new feature I'm going to merge into mov-cli soon: https://github.com/mov-cli/mov-cli/pull/261

THEGOLDENPRO commented 5 months ago

I'll close this when the feature is released on mov-cli.

THEGOLDENPRO commented 5 months ago

added to v4.2

make sure both mov-cli and the youtube plugin are up to date