gpt4 book ai didi

python - IMDB scrapy 获取元内容中的电影日期

转载 作者:太空宇宙 更新时间:2023-11-03 16:51:23 26 4
gpt4 key购买 nike

嗨,我想提取元中的内容,即电影的日期。如果我使用

response.xpath("//*[@title='See more release dates']/meta").extract() 

它只能让我到达这里:

[u'<meta itemprop="datePublished" content="1904-06-29">']

如何获取内容中的日期?谢谢!

最佳答案

通过@content获取content属性值:

response.xpath("//*[@title='See more release dates']/meta/@content").extract_first() 

请注意,我使用 extract_first() 而不是 extract() 来获取字符串值而不是列表。

关于python - IMDB scrapy 获取元内容中的电影日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35815525/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com