mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 19:26:34 +02:00
Removing an extra space
This commit is contained in:
@@ -97,7 +97,7 @@ public class TapasticRipper extends AbstractHTMLRipper {
|
||||
String link=images.get(i).attr("src");
|
||||
String postfix=String.format(" %d-%d ", i+1,images.size());
|
||||
TapasticEpisode episode=episodes.get(index-1);
|
||||
addURLToDownload(new URL(link), getPrefix(index)+episode.filename+postfix+" ");
|
||||
addURLToDownload(new URL(link), getPrefix(index)+episode.filename+postfix);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
logger.error("[!] Exception while loading/parsing " + this.url,e);
|
||||
|
Reference in New Issue
Block a user