From b5a20ee96a384493c791f5f6d2b80feb589f0878 Mon Sep 17 00:00:00 2001 From: Zhihai Liao Date: Sat, 1 Jul 2023 22:32:19 +0000 Subject: [PATCH] remove sleep in xinhuanet --- rsshub/spiders/xinhuanet/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rsshub/spiders/xinhuanet/utils.py b/rsshub/spiders/xinhuanet/utils.py index 89c1bd0..b0a6446 100644 --- a/rsshub/spiders/xinhuanet/utils.py +++ b/rsshub/spiders/xinhuanet/utils.py @@ -12,5 +12,4 @@ def parse_html(post): .xpath('//div[@id="detail"]') .get() ) - sleep(1) return item \ No newline at end of file