We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果不支持,有什么办法可以实现吗
The text was updated successfully, but these errors were encountered:
同问,但是我有临时的解决办法
Sorry, something went wrong.
console中执行下方代码获取全系列每个视频的链接 然后使用notepad++正则修改到自己满意为止(如一行一个链接)
var obj = $("a[href^='/x/cover/***此处修改为系列视频系列ID***'][_stat='videolist:click']"); var txt = ''; for(let i = 0; i < ***此处修改为系列视频总集数(包括预告)***; i++){ txt+=obj[i].innerText; txt+='\r\n'; txt+='https://v.qq.com'+obj[i].getAttribute('href'); txt+='\r\n'; }
No branches or pull requests
如果不支持,有什么办法可以实现吗
The text was updated successfully, but these errors were encountered: