Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Requested format not available, but it is #21740
Comments
|
Invalid format selection syntax. There is no comma operator inside brackets. |
|
thank you for the fastest response ever, much appreciated. I understand commas are not valid inside brackets, is there another way to specify multiple conditions (mp4, less than 2GB and max 1080p)? |
|
Yes. See documentation. |
|
Thanks,
I also attempted using --match-filter (which I guess is not the right way to do it) and I didn't get any results either:
I know I might be very frustrating at this point, but would you mind giving me a pointer so that I can achieve what I'm trying to do? |
|
@nikooo777
|
|
That was the culprit! Best regards |
Checklist
Question
I went through related issues, through the examples, through the whole documentation and yet I can't find an answer as to why this isn't working.
The video I want to download has the following formats:
The following filter (that should download the best mp4 video less than 2GB and <=1080p):
returns:
while the following works:
any clues as to why this happens?
Thank you for your kind help.
Possibly related to #14814