Separate story details components
[gofetch.git] / src / be / nikiroo / gofetch / support / Pipedot.java
index 17388b21030f5cbdbbd12518b9b0b1023594fff5..edbb8047df8f57b18661ff8b15a0ffb62e0f70f2 100644 (file)
@@ -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;