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 upl
youtube api v3 supports publishedAfter
and publishedBefore
parameters with search results. For example:
https://www.googleapis.com/youtube/v3/search?key={{YOUKEY}}&channelId={{CHANNELID}}&part=snippet,id&order=date&maxResults=50&publishedAfter=2014-09-21T00:00:00Z&publishedBefore=2014-09-22T02:00:00Z