This commit is contained in:
tsxc 2025-01-26 22:08:20 +08:00
parent 7ed5357550
commit cacbd8960a

View File

@ -5,7 +5,7 @@ from dateutil.parser import parse
from markdownify import markdownify as md
import os
response = requests.get("https://mc.boen.fun/feed")
response = requests.get("https://mc.boen.fun/feed",verify=False)
os.open("feed.xml",os.O_CREAT)
with open("feed.xml","w",encoding='UTF-8') as f:
f.write(response.text)