You may have noticed the search isnot working properly anymore. This is because Youtube recently underwent some changes. Of the the change that matters, they replaced the image they use for ratings. This image is a big signal for my script to stop and then to print search results.

so now ive merely updated what the image is to now and it works the same way

heres what you do to make it work:

delete this line
Code:
  if (<img class="rating" src="/img/star_sm.gif" isin %temp) { %done = k }

and put this one in its place:
Code:
  if (<img class="rating" src="/img/icn_star_full_19x20 isin %temp) { %done = k }