mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 07:14:38 +02:00
Added download.save_order to avoid prefix when disabled
This commit is contained in:
@@ -219,7 +219,7 @@ public class TwitterRipper extends AlbumRipper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getPrefix(int index) {
|
public String getPrefix(int index) {
|
||||||
return String.format("%03d_", index);
|
return Utils.getConfigBoolean("download.save_order", true) ? String.format("%03d_", index) : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user