From e71e7e7eb3aee65810c72db10caea49fff3631d3 Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Fri, 15 Aug 2025 02:54:11 +0800 Subject: [PATCH] Unsupport gmrb Because not supporot catch --- core/management/commands/crawl_gmrb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/management/commands/crawl_gmrb.py b/core/management/commands/crawl_gmrb.py index 02fe73a..4a84d92 100644 --- a/core/management/commands/crawl_gmrb.py +++ b/core/management/commands/crawl_gmrb.py @@ -2,7 +2,7 @@ from django.core.management.base import BaseCommand from core.models import Website from core.utils import full_site_crawler - +# jimmy.fang-20250815: 光明日报反爬,会被阻挡 class Command(BaseCommand): help = "全站递归爬取 光明日报及其子网站、客户端、新媒体平台"