From c3c041f675b753b39408f07deb91844fd90c7963 Mon Sep 17 00:00:00 2001 From: DDSDerek <108336573+DDSDerek@users.noreply.github.com> Date: Sat, 21 Oct 2023 14:40:45 +0800 Subject: [PATCH 1/2] fix: docker buildx cache --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd470286..647a7bc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,8 @@ jobs: MOVIEPILOT_VERSION=${{ env.app_version }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha, scope=${{ github.workflow }} - cache-to: type=gha, scope=${{ github.workflow }} + cache-from: type=gha, scope=${{ github.workflow }}-docker + cache-to: type=gha, scope=${{ github.workflow }}-docker Windows-build: runs-on: windows-latest From 419276eb85027c46abc2303e7ce0158f15ba9c5a Mon Sep 17 00:00:00 2001 From: LWLLR <724606047@qq.com> Date: Sun, 22 Oct 2023 06:42:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20RSS=E8=AE=A2=E9=98=85=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E6=B2=A1=E6=9C=89=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/rsssubscribe/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/plugins/rsssubscribe/__init__.py b/app/plugins/rsssubscribe/__init__.py index a47027f6..1cfdac67 100644 --- a/app/plugins/rsssubscribe/__init__.py +++ b/app/plugins/rsssubscribe/__init__.py @@ -591,6 +591,7 @@ class RssSubscribe(_PluginBase): page_url=link, size=sise, pubdate=pubdate.strftime("%Y-%m-%d %H:%M:%S") if pubdate else None, + site_proxy=self._proxy, ) # 过滤种子 if self._filter: