double nl

This commit is contained in:
yggverse 2025-10-23 01:21:48 +03:00
parent 6d4e2438af
commit bc31169525

View file

@ -123,7 +123,7 @@ fn crawl(feed: &Feed) -> Result<()> {
"{pub_date}", "{pub_date}",
&time(i.pub_date(), &feed.pub_date_format), &time(i.pub_date(), &feed.pub_date_format),
), ),
"\n", "\n\n",
) )
.to_string() .to_string()
}) })