Not sure if bug: format string not working on Rumble and others
See original GitHub issueChecklist
- I’m asking a question and not reporting a bug/feature request
- I’ve looked through the README
- I’ve read the guidelines for opening an issue
- I’ve searched the bugtracker for similar questions including closed ones
Question
Hello, 😃
I’ve been using this format string to download videos in 720p or less:
-f 'bestvideo[height<="720"][ext=mp4][vcodec!*=av01]+bestaudio[ext=m4a]/mp4'
It works for YouTube and some others, but now fails for Rumble and some others. The latter will always download in 1080 instead.
This:
-f 'mp4-720p'
works for Rumble.
Is there any way to make up a universal string that gets the desired behavior from all of them?
Verbose log
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Format String Bug Exploration | Infosec Resources
Although, this class of bug is not operating system–specific as with ... commands that do not exist in some other languages' format string...
Read more >Add support for rumble.com · Issue #10785 · ytdl-org/youtube-dl
Bug report (encountered problems with youtube-dl) ... issue is a bug report, site support request or you are not completely sure provide the ......
Read more >User Guide - runZero
Files\rumble\.env, while other platforms should use ... The warning below is expected and does not indicate a problem with the signature:.
Read more >Season Two Launch Bug Reporting : r/rumbleverse - Reddit
If you are experiencing problems connecting to Rumbleverse, performance issues, or any other issues preventing you from being able to play ...
Read more >Format String Bug - Red Team Notes
Format String bug appears in programs written in C, which means this bug is applicable to all operating systems that have a C...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You are right. * doesn’t help here. Do this instead
or,
Thank you very much! 😃 The -S flavor is straightforward. I like it.