X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=supported%2FE621.java;h=c3a261bd78af518da82b9b72c40eb088a2161026;hp=2b7e54d862f242c5cad72fdd8a3b58aee7a6e80f;hb=42cdf6f0c7a4d9175bd5c75dc3adc3a4bcc731bc;hpb=8fbfa934ae7ba906019e9b51e4c8a8acc1b793c9 diff --git a/supported/E621.java b/supported/E621.java index 2b7e54d..c3a261b 100644 --- a/supported/E621.java +++ b/supported/E621.java @@ -184,7 +184,7 @@ class E621 extends BasicSupport { if (source.getPort() != -1) { base = base + ":" + source.getPort(); } - source = new URL(base + "/posts/" + poolNumber); + source = new URL(base + "/pools/" + poolNumber); } catch (NumberFormatException e) { // Not a simple ppol, skip } catch (MalformedURLException e) {