Uncommented out some code
This commit is contained in:
parent
de0dda0d9f
commit
4b7bd12313
@ -79,26 +79,26 @@ public class LoveromRipper extends AbstractHTMLRipper {
|
|||||||
Utils.bytesToHumanReadable(bytesTotal);
|
Utils.bytesToHumanReadable(bytesTotal);
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Override
|
@Override
|
||||||
// public int getCompletionPercentage() {
|
public int getCompletionPercentage() {
|
||||||
// return (int) (100 * (bytesCompleted / (float) bytesTotal));
|
return (int) (100 * (bytesCompleted / (float) bytesTotal));
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
// @Override
|
|
||||||
// public void setBytesTotal(int bytes) {
|
|
||||||
// this.bytesTotal = bytes;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @Override
|
|
||||||
// public void setBytesCompleted(int bytes) {
|
|
||||||
// this.bytesCompleted = bytes;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// @Override
|
@Override
|
||||||
// public boolean useByteProgessBar() {return true;}
|
public void setBytesTotal(int bytes) {
|
||||||
//
|
this.bytesTotal = bytes;
|
||||||
// @Override
|
}
|
||||||
// public boolean tryResumeDownload() {return true;}
|
|
||||||
|
@Override
|
||||||
|
public void setBytesCompleted(int bytes) {
|
||||||
|
this.bytesCompleted = bytes;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean useByteProgessBar() {return true;}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean tryResumeDownload() {return true;}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getPrefix(int index) {
|
public String getPrefix(int index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user