syhyz1990 / baiduyun

油猴脚本 - 一个免费开源的网盘下载助手
https://www.youxiaohou.com/install.html
GNU Affero General Public License v3.0
3.31k stars 398 forks source link

阿里云盘提示「提示:请先勾选要下载的文件」 #237

Closed rppig42 closed 1 year ago

rppig42 commented 1 year ago

如标题所示,打了断点看了一下 https://github.com/syhyz1990/baiduyun/blob/fc1560f23afd9e803cf2b914656302a7929a3dc3/panlinker.user.js#L1367 该行执行下来为

document.getElementsByClassName('[class^="node-list-table-view--"] )

这应该不是一个正确的选择器写法,不清楚原来API的返回是什么。

手动修改代码后运行正常

let reactDom = document.querySelector(pan.dom.list);
NegationSite commented 1 year ago

百度网盘也有类似的弹窗 “提示:获取下载链接失败!请刷新网页后重试!”

davidtwchn commented 1 year ago

如标题所示,打了断点看了一下

https://github.com/syhyz1990/baiduyun/blob/fc1560f23afd9e803cf2b914656302a7929a3dc3/panlinker.user.js#L1367

该行执行下来为

document.getElementsByClassName('[class^="node-list-table-view--"] )

这应该不是一个正确的选择器写法,不清楚原来API的返回是什么。

手动修改代码后运行正常

let reactDom = document.querySelector(pan.dom.list);

已按照楼主提供的方法修改,正常运行了。

syhyz1990 commented 1 year ago

更新到最新版即可