gpt4 book ai didi

Selenium |获取 youtube 页面源

转载 作者:行者123 更新时间:2023-12-03 05:21:14 27 4
gpt4 key购买 nike

为什么无法抓取 youtube.com 的页面源?

我尝试了以下方法(使用 phantomjs 以及带有 selenium 服务器的 chrome)

library(RSelenium)
pJS <- phantom(pjs_cmd = ...)
Sys.sleep(5) # give the binary a moment
remDr <- remoteDriver(browserName = 'phantomjs')
remDr$open()
remDr$navigate("https://www.youtube.com/")
remDr$getTitle()[[1]] # [1] "YouTube"
remDr$getPageSource()

返回:

Error in fromJSON(content, handler, default.size, depth, allowComments,  : 
invalid JSON input

最佳答案

编码问题。现在使用开发版本,直到下一个版本发布到 CRAN:

devtools::install_github("ropensci/RSelenium")

关于 Selenium |获取 youtube 页面源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29994843/

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