@@ -115,7 +115,7 @@ public class VideoDownloader {
}
- if (file.length() != expectedSize) {
+ if (file.length() == expectedSize) {
return 0;