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.
Question (Possible Feature Request) Regarding --match-title #9467
Comments
|
|
|
@dstftw is right, but
|
|
That is very helpful, thank you both very much! |
What is the purpose of your issue?
I'm using "ytsearchdate10:termA termB termC" in a script run every 48 hours via cron to download certain videos that are uploaded to Youtube on a daily/weekly basis.
From what I can tell --match-title works as logical "or", meaning that "--match-title term1|term2" will match a video with either term1 or term2 in the title. Is there a way to make --match-title function as logical "and"? So that a video would only download if term1 and term2 were both in the title?
Thank you for your help!