Merge pull request #950 from LWLLR/bugfix/rss-proxy
This commit is contained in:
commit
cc7671efd0
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user