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 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: