single picture and text message support long text

This commit is contained in:
2021-01-22 22:57:32 +08:00
parent 03bf873df1
commit 3a8703025a
3 changed files with 84 additions and 19 deletions

View File

@@ -349,6 +349,7 @@ class RSSParser:
try:
if fn.find('://') > -1:
re = requests.get(fn)
re.encoding = 'utf8'
if re.status_code == 200:
self.xmldoc = minidom.parseString(re.text)
else: