AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
213 stars 28 forks source link

Add video and audio quality flags #42

Closed jaeseopark closed 5 years ago

jaeseopark commented 5 years ago

Keep the audio quality high while keeping the video quality low.

This option is ideal for those who intend to convert the video to an audio file.

AlexAplin commented 5 years ago

This behavior is too specific to be added as a flag, I think. Instead, I think allowing the user to specify the video and qualities for DMC videos would be better, also adding keywords like lowest and highest. Example:

nndownload.py -vq archive_h264_360p_low -aq highest

Perhaps also a flag to list the available qualities. I'll make some changes myself in a bit.