Skip to content

Commit

Permalink
add newline for each <outline>
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Jul 7, 2024
1 parent 7e01d94 commit b720355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opml_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

HEAD = '<?xml version="1.0" encoding="UTF-8"?><opml version="1.0"><head><title>中文独立博客列表</title></head><body>'
END = '</body></opml>'
ITEM = '<outline text={title} title={title} type="rss" xmlUrl={rss_link} htmlUrl={link}/>'
ITEM = '<outline text={title} title={title} type="rss" xmlUrl={rss_link} htmlUrl={link}/>\n'

content = HEAD

Expand Down

0 comments on commit b720355

Please sign in to comment.