}
Collections.sort(sNextVideoURL, new VideoContentFirst());
for (int i = 0; i < sNextVideoURL.size(); i++) {
VideoDownload v = sNextVideoURL.get(i);
boolean found = true;
if (user.getUserQuality() != null)
found &= user.getUserQuality().equals(v.vq);