Skip to content
New issue

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

问一下如果一个列表(系列)的视频如何下载, #69

Open
ghostme98 opened this issue Sep 4, 2019 · 2 comments
Open

Comments

@ghostme98
Copy link

如果不支持,有什么办法可以实现吗

@jyxjjj
Copy link

jyxjjj commented Sep 28, 2019

同问,但是我有临时的解决办法
1

@jyxjjj
Copy link

jyxjjj commented Dec 24, 2019

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';
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants