diff --git a/config.go b/config.go index 28cf43b..0f4e465 100644 --- a/config.go +++ b/config.go @@ -35,7 +35,7 @@ markdown_file_suffix: reading_time: false openai_api_key: summary_feeds: -show_images: true` +show_images: false` func parseOPML(xmlContent []byte) []RSS { o := Opml{}