1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-31 09:32:01 +02:00

Fixed MulemaxRipper

This commit is contained in:
cyian-1756
2019-03-23 13:02:37 -04:00
parent 5cc990f316
commit 85af7bbe82

View File

@@ -74,6 +74,6 @@ public class MulemaxRipper extends AbstractSingleFileRipper {
@Override
public void downloadURL(URL url, int index) {
addURLToDownload(url, getPrefix(index));
addURLToDownload(url, getPrefix(index), "", "mulemax.com", null);
}
}