From 51fc1a5c5a2e9adad86ef7c959f063a027eccc4a Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 3 Feb 2026 15:55:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0d=5Fscihub=20?= =?UTF-8?q?=E8=B0=83=E7=94=A82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/resm/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/resm/tasks.py b/apps/resm/tasks.py index 8dfbdea..ca04b35 100644 --- a/apps/resm/tasks.py +++ b/apps/resm/tasks.py @@ -337,6 +337,7 @@ def download_pdf(paper_id): # current_from = "openalex" # msg = save_pdf_from_openalex(paper) if paper.has_fulltext_pdf is False and paper.publication_year <= 2021: + current_from = "scihub" msg = save_pdf_from_scihub(paper) return msg, current_from finally: