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.

link|improve this question
feedback

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

This question came from our site for computer enthusiasts and power users.

2 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
link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown