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 = "全站递归爬取 光明日报及其子网站、客户端、新媒体平台"