Zhou Hao
Zhou Hao
如果有处理方法的话,也可以帮忙指点下。验证后我来提交MR 另外,ffmpeg的编译方法能共享下吗?替换了个自己的ffmpeg遇到点问题
> 并没有,只有个48字节的空文件。暂时没找到DX12崩溃的相关资料。不过你可以试试DX11,之前我 DX12+ NDI tools 5 也是崩溃,换DX11正常  https://dev.epicgames.com/community/learning/tutorials/aqV9/render-hardware-interface-rhi 果然是这个原因。切换RHI到DX11后捕获正常,我更新下例子工程 RHI+DX12的资料估计得找下如何处理
UE5的可以试试这个fork:https://github.com/upbit/ue5-ffmpeg 留意RHI设置DX11就行,不然会crash:  https://dev.epicgames.com/community/learning/tutorials/aqV9/render-hardware-interface-rhi
Not being able to login with `password` is really bad news.. Thank you all for these new methods. My current network is relatively poor, and the login method will be...
At present, the login method of the previous app is no longer available 😢 As @Xdynix said, integrating OAuth2 login in `pixivpy` is not reasonable, but we can consider using...
> > 不过我们可以考虑使用第三方库来简化access_token的获取。 > > 什么方法? 半自动+手动? 我想找个全自动登录的思路. @upbit > > Do you have a fully automatic login scheme? @ZipFile 全自动估计比较复杂(至少想到的得用headless的浏览器模拟)。半自动是指,可以把callback转向本地监听的server,从而自动获取token(避免过期),不过目前还没找到可行的库
I tested the login method of `refresh_token`, and I can get `access_token` successfully (and `refresh_token` not changed): 1. Within 3600 seconds, success 2. About 1-2 hours, success 3. About 3-4...
Update the [semi-automatic script](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde), get the code through [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) ------------------------------- 更新了[半自动脚本](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde),通过[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)获取code https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde
> > Update the [semi-automatic script](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde), get the code through [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) > > 更新了[半自动脚本](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde),通过[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)获取code > > https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde > > 请问手机端能拿到吗 pc 的试了拿到code后就过不去了 开了全局 如果能输出code,可以参考requests的代理配置,对[95行的post请求](https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde#file-pixiv_auth-py-L95)增加代理
```py # 作品排行 # mode: [day, week, month, day_male, day_female, week_original, week_rookie, day_manga] # date: '2016-08-01' # mode(r18榜单需登录): [day_r18, day_male_r18, day_female_r18, week_r18, week_r18g] def illust_ranking(self, mode='day', date=None, offset=None): ``` `illust_ranking`的mode参数,可以指定要访问的插画榜单,date可以指定日期