-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Limit for maximum resolution of videos #74
Comments
Hello. Thanks for the feedback. Is this something that you want to control from configuration file? |
Yep. I think it maybe not requirement param of the feed in configuration file. |
Is this already included in release 2.0.7? It seems to not work on my machine. If I add max_height = 360 to my config, the video has still 1080p. |
User Story: I want to download the video in good quality, but I don't want to download a few gigabytes of video because it is in 4k.
--
I think can add an optional item about maximum video quality (720p/1080p/1440p/2160p) to the config of feed and use it param for youtube-dl
https://github.com/mxpv/podsync/blob/master/pkg/ytdl/ytdl.go#L43
The text was updated successfully, but these errors were encountered: