|
I'm writing a webapp that uses the YouTube Code API to do specific types of searches. In this case, I'm trying to search for all videos that match a query, and which were uploaded between two dates. This document says I can use published-min and published-max parameters, while this one says I can use updated-min and updated-max. Both of these parameter sets cause YouTube to return an error:
How can I limit my result set to hits within a specified date range? |
