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.
Ability to support calculations in --Match-filter #24358
Comments
|
No. If you need more complicated logic than filtering then write a script. |
Checklist
Description
WRITE DESCRIPTION HERE
Can the ability be added to perform calculations on supported keys in --match-filter, where all keys are numeric? For example, if the user would like to filter videos that have a like ratio of over 95%, support for:
--match-filter 'like_count/(like_count + dislike_count) > .95'or
--match-filter 'like_count > dislike_count *95'