Skip to content

Commit

Permalink
ADD: add Chun Tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang Qiao committed Dec 12, 2014
1 parent bb94ce2 commit 1be9245
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ def handler():
return
export_xml = '<?xml version="1.0" encoding="UTF-8"?><opml version="1.0"><head><title>导出订阅</title></head><body><outline text="ios" title="ios" >\n'
export_xml += '\r\n'.join(handlerData)
export_xml += '</outline></body></opml>'
export_xml += '</outline></body></opml>\r\n'
with open(resxml,'wb') as fs:
fs.write(export_xml.encode())
fs.close()
print('res.xml文件处理完成')
pass
if os.path.isfile(workmd):
handler()
handler()

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
[猫·仁波切](https://andelf.github.io/) | <https://andelf.github.io/atom.xml>
[煲仔饭](http://ivoryxiong.org/) | <http://ivoryxiong.org/feed.xml>
[里脊串的开发随笔](http://adad184.com) | <http://adad184.com/atom.xml>
[Chun Tips](http://chun.tips/)| <http://chun.tips/atom.xml>
3 changes: 2 additions & 1 deletion blogcn.opml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@
<outline text="不掏蜂窝的熊" title="不掏蜂窝的熊" type="rss" xmlUrl="http://www.hotobear.com/?feed=rss2" htmlUrl="http://www.hotobear.com/"/>
<outline text="猫·仁波切" title="猫·仁波切" type="rss" xmlUrl="https://andelf.github.io/atom.xml" htmlUrl="https://andelf.github.io/"/>
<outline text="煲仔饭" title="煲仔饭" type="rss" xmlUrl="http://ivoryxiong.org/feed.xml" htmlUrl="http://ivoryxiong.org/"/>
<outline text="里脊串的开发随笔" title="里脊串的开发随笔" type="rss" xmlUrl="http://adad184.com/atom.xml" htmlUrl="http://adad184.com"/></outline></body></opml>
<outline text="里脊串的开发随笔" title="里脊串的开发随笔" type="rss" xmlUrl="http://adad184.com/atom.xml" htmlUrl="http://adad184.com"/>
<outline text="Chun Tips" title="Chun Tips" type="rss" xmlUrl="http://chun.tips/atom.xml" htmlUrl="http://chun.tips/"/></outline></body></opml>

0 comments on commit 1be9245

Please sign in to comment.