+
Welcome to RSSHub!
+
If you see this page, the RSSHub is successfully installed and working.
+
+ View All Feeds
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/rsshub/utils.py b/rsshub/utils.py
new file mode 100644
index 0000000..b1cd5e8
--- /dev/null
+++ b/rsshub/utils.py
@@ -0,0 +1,25 @@
+from flask import Response
+import requests
+from parsel import Selector
+
+DEFAULT_HEADERS = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'}
+
+
+class XMLResponse(Response):
+ def __init__(self, response, **kwargs):
+ if 'mimetype' not in kwargs and 'contenttype' not in kwargs:
+ if response.startswith('