//
// retry. since youtube may already rendrered propertly quality.
throw new DownloadRetry("empty video download list," + " wait until youtube will process the video");
}
Collections.sort(sNextVideoURL, new VideoContentFirst());
for (int i = 0; i < sNextVideoURL.size(); i++) {
VideoDownload v = sNextVideoURL.get(i);
boolean found = true;