pgshow

Results 8 issues of pgshow

chrome 的渲染有个问题, selenium + chrome 访问 https://baijiahao.baidu.com/s?id=1739368224007714423 时,浏览器会一直加载一个 js 文件,造成该标签页卡住,然后浏览器就无法响应其他行为(刷新,获取页面源码,访问其他url……),feapder 是否可以加一个参数来禁止加载 js。 如果以上链接失效,请访问以下任意链接: https://baijiahao.baidu.com/s?id=1739304797053642547&wfr=spider&for=pc https://baijiahao.baidu.com/s?id=1739377098661725506&wfr=spider&for=pc https://baijiahao.baidu.com/s?id=1739377692137820326&wfr=spider&for=pc https://baijiahao.baidu.com/s?id=1739377788266450267&wfr=spider&for=pc

**bug的现象** 在抽取该文章的标题时 https://baijiahao.baidu.com/s?id=1733755048466991904 原标题为 _操盘必读|央行、银保监会部署加大信贷投放;国泰君安拟协议受让华安基金8%股权;美股涨跌不一_,但是只返回了 “**操盘必读**” 这四个字 **如何复现** 1. 目标网址: https://baijiahao.baidu.com/s?id=1733755048466991904 2. 你怎么调用GNE的 > gne_info = extractor.extract(response.text) > title = gne_info['title'] **使用环境:** - OS: [e.g. Ubuntu 19.04/Windows 10/macOS ] -...

bug

我设置的ScoreAtLeast 为70, 但是 http://127.0.0.1:8088/random 也会提取出低分的代理,比如30的,40的,50的

Hi, Seems quill doesn't have textarea tag in the editor html, so How to send text to then textarea by using Python Selenium/WebDriver . **Steps for Reproduction** 1. Ex. On...

### 问题描述 [详细地描述问题,让大家都能理解] 运行 **GORPOXY=https://goproxy.io make install** 的时候报错 运行 make serve 也是报错 ### 其他信息 [如截图等其他信息可以贴在这里] ![1686500255848](https://github.com/GoAdminGroup/go-admin/assets/9210731/33cc6ad9-ab45-445c-9ee7-a28f095dd425) ![1686500463519](https://github.com/GoAdminGroup/go-admin/assets/9210731/37d2f82f-e0e4-4ef9-8f7e-6d53ff7e52f4)

`ChromeCaps = chrome.Capabilities{ Args: []string{ "--proxy-server=http://username:[email protected]:19004", }, }` I used this code, but it's not working!!!

Can't find a way to load stealth.min.js as python does, does anyone know how? Python code: > with open('./js/stealth.min.js') as f: > js = f.read() > > browser.execute_cdp_cmd("Page.addScriptToEvaluateOnNewDocument", { >...

每个蜘蛛使用 drissionpage 只跑了一个浏览器,跑完了整个队列想关闭浏览器,这样可以防止内存泄漏。但是如何在 end_callback 函数里面关闭浏览器呢。 ![5fa6b5027e425cb67e134ca59ec20f18](https://github.com/user-attachments/assets/0aa8536f-fa02-497b-a9e4-c9cc4423c004)