mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-18 23:16:49 +00:00
remove sleep in xinhuanet
This commit is contained in:
@@ -12,5 +12,4 @@ def parse_html(post):
|
|||||||
.xpath('//div[@id="detail"]')
|
.xpath('//div[@id="detail"]')
|
||||||
.get()
|
.get()
|
||||||
)
|
)
|
||||||
sleep(1)
|
|
||||||
return item
|
return item
|
||||||
Reference in New Issue
Block a user