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.
match_filter fails when using in embedded Python code #4925
Comments
|
As documented, in the API match_filter is a callable (i.e. function), not a string. You have two options:
|
|
OK, thank you for clarifying this. |
I want to only download YouTube videos with a valid upload date. If the upload date is not available, I don't want to download the video. Therefore,
match_filtercould be interesting.