X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fgofetch%2Fsupport%2FPipedot.java;h=edbb8047df8f57b18661ff8b15a0ffb62e0f70f2;hb=b34d1f357b076c1697e381b70cb6ff1bb0278b91;hp=17388b21030f5cbdbbd12518b9b0b1023594fff5;hpb=86d03b2e4fe0a2b53b83e981388394f3c5965f27;p=gofetch.git diff --git a/src/be/nikiroo/gofetch/support/Pipedot.java b/src/be/nikiroo/gofetch/support/Pipedot.java index 17388b2..edbb804 100644 --- a/src/be/nikiroo/gofetch/support/Pipedot.java +++ b/src/be/nikiroo/gofetch/support/Pipedot.java @@ -82,8 +82,8 @@ public class Pipedot extends BasicSupport { } } - list.add(new Story(getType(), id, title.text(), details, intUrl, - extUrl, body)); + list.add(new Story(getType(), id, title.text(), "", "", "", + details, intUrl, extUrl, body)); } return list;