Merge pull request #950 from LWLLR/bugfix/rss-proxy

This commit is contained in:
jxxghp 2023-10-22 08:04:10 +08:00 committed by GitHub
commit cc7671efd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -591,6 +591,7 @@ class RssSubscribe(_PluginBase):
page_url=link, page_url=link,
size=sise, size=sise,
pubdate=pubdate.strftime("%Y-%m-%d %H:%M:%S") if pubdate else None, pubdate=pubdate.strftime("%Y-%m-%d %H:%M:%S") if pubdate else None,
site_proxy=self._proxy,
) )
# 过滤种子 # 过滤种子
if self._filter: if self._filter: