diff --git a/Export.py b/Export.py
index 95a4fc2..1c4dabe 100644
--- a/Export.py
+++ b/Export.py
@@ -27,14 +27,12 @@ def handler():
continue
title = re.findall(r'\[(.+?)\]',val)[0]
r = re.findall(r'<(.+?)>', val)
- print(r)
if len(r)>0:
xmlUrl = re.findall(r'<(.+?)>',val)[0]
else:
xmlUrl = ""
htmlUrl = re.findall(r'\((.+?)\)',val)[0]
handlerData.append(''.format(title,xmlUrl,htmlUrl))
- print(handlerData)
fs.close()
except:
print('错误处理','读取文件失败')
diff --git a/README.md b/README.md
index 3d9cec7..da2e1de 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,15 @@
本项目起源于[iOSBlogCN](https://github.com/tangqiaoboy/iOSBlogCN),非常感谢[唐巧](https://github.com/tangqiaoboy/)。
+注意:本项目中的Export.py文件必须用python3执行。
+
博客地址(排名不分先后) | RSS地址
----- | -----
[The Go Programming Language Blog](https://blog.golang.org/)|
[Tony Bai -- 一个程序员的心路历程](http://tonybai.com/) |
[Arthur的博客](http://www.zenlife.tk/index/) |
[鸟窝](http://colobu.com/) |
+[飞雪无情的博客](http://www.flysnow.org) |
[午夜咖啡](http://jolestar.com/) |
[蝈蝈俊的技术心得](http://www.cnblogs.com/ghj1976/) |
[FuXiaohei.Me -- 傅小黑的自留地](http://fuxiaohei.me/) |
diff --git a/blogcn.opml b/blogcn.opml
index 2d4cc4c..213630a 100644
--- a/blogcn.opml
+++ b/blogcn.opml
@@ -3,6 +3,7 @@
+
@@ -15,15 +16,20 @@
+
+
+
+
+