Dylech30th

Results 59 comments of Dylech30th

> > > > I‘m planning to build a whole website about this project but now I need to implement those features in the to do list first, as you...

> > > > > > I‘m planning to build a whole website about this project but now I need to implement those features in the to do list first,...

> > > > > > > > I‘m planning to build a whole website about this project but now I need to implement those features in the to do...

> 对,大佬说的没错,早上看了一下,的确视频下载地址源码中就有。 > 但是有个问题就是必须登录后才能看720P,1080P的视频,所以得带上登录后的cookie并且cookie中添加CURRENT_QUALITY=80字段(1080p:80;720p:64;480p:32;360p:15),然后请求得到的源码中就是对应的清晰度的视频地址。 > 不好意思,这么久才回复你。 > 哈哈~总之感谢你的反馈和支持👍😄 @BeanWei 以前b站有一个开放api接口可以申请,不过去年关闭了,用申请到的token也可以,但是现在没有token要获取cookie只能登陆,B站用的极验的验证码,所以我个人的破解方法是用selenium,虽然比较臃肿但是技术有限只能想到这一个,selenium登陆之后直接获取页面cookie,里面只有两个三个有用的,SESSDATA, DedeUserID和DedeUserID_ckMd5,另外登陆之后可以添加番剧下载功能,可以看一下我前几天写的一个[BiliBiliDownloader](https://github.com/Rinacm/BiliBiliDownloader),quanlity在登陆之后直接放在链接里面请求就好了,没必要加到cookie里面,番剧的参数拼接我用穷举法试出来了- - 建议加一个多线程,要不然多P视频下载很慢

可以。另:如果有能力的话可以尝试去提交这个功能的代码,有关每个宏的代码位于[src/Pixeval/Download/Macros](https://github.com/Pixeval/Pixeval/tree/main/src/Pixeval/Download/Macros)

还有一个问题是,要如何在宏里选择tag,毕竟每张作品的tag都不同,而且每个作品不止一个tag

Dark mode is built-in together as part of the default theme provided by WinUI 3. There is currently no viable way to directly download the archive of the WinUI 3...

By "switching with arrows", does that mean by pressing the corresponding keys? I guess that wouldn't be so hard to implement so it will in my todo list, and somehow...

tag翻译可以靠pixiv自己的api,他会有translatedname的属性,但是我好像还没加上去,不过API是写好的,当然部分tag,类似作者自定义的,可能就完全没有翻译。 aria2这个,我用的比较少,但是考虑到我写这个app的一大原因是“大批量的管理插画等作品”,所以我觉得这个需求还是比较合理的 全局屏蔽tag以前有,但是新版本还没加上,主要是新版本还在迭代特性,但是原则上以前有的所有特性之后都会加上 (比以前写得慢的原因是因为学生党好忙.jpg