Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I want to find the oldest videos matching a certain search string - can this be done in any way?

Unfortunately the suggested method of sorting by date and viewing the last page limits me to 1000 results back, which in the case of most searches is a only few months. I want to find the oldest results.

share|improve this question

migrated from superuser.com Aug 20 '11 at 12:13

3 Answers

Sort video on 'upload date' and go to the last page.

  1. Insert your search keywords
  2. Then select: Search Option-> Sort by: upload date
  3. Go to last page
share|improve this answer

I found that going to "Upload date" and adding _reverse at the end of the URL usually works.

share|improve this answer

I couldn't find any option that works from within Youtube and as OP mentions there is an annoying 1000 video limit preventing going back further with popular searches.

The best alternative I found is to use Google with site:youtube.com and Sorted by date with the additional option of using Custom date range to narrow the search further.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.