Merge remote-tracking branch 'origin/main'

This commit is contained in:
jxxghp 2023-10-22 08:20:10 +08:00
commit 4af374f86d
2 changed files with 3 additions and 2 deletions

View File

@ -55,8 +55,8 @@ jobs:
MOVIEPILOT_VERSION=${{ env.app_version }} MOVIEPILOT_VERSION=${{ env.app_version }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }} cache-from: type=gha, scope=${{ github.workflow }}-docker
cache-to: type=gha, scope=${{ github.workflow }} cache-to: type=gha, scope=${{ github.workflow }}-docker
Windows-build: Windows-build:
runs-on: windows-latest runs-on: windows-latest

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: