添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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

不是pixez客户端bug,已确认是部分用户账号设置问题,需要前往官网进行设置,打开浏览限制的显示作品
https://www.pixiv.net/setting_user.php
官方将判定为 浏览限制 的作品在移动端判定更为严格了,一些稍微暴露的作品也会被认为是限制级作品,不打开是不会在移动端展示的
修正:一些带贩售链接的限制级作品也会在移动端被完全隐藏,设置也无用,目前是无解的

| 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [Notsfsssf/pixez-flutter] 关于一些作品在网页端看得到,官方移动端看不到,pixez看不到的问题 (Issue #604 ) | 官方客户端一样有这个问题,估计是部分这种带链接的被官方全限制了,不让客户端看,只有web端展示,无能为力 Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: ***@***.***>

Hello. Sorry for bad English (Used Google Translate). I found some facts that might help. Using gallery-dl I got information in json format about several of these works. gallery-dl produces an array from two other arrays. It seems that the first one contains information for the web, and the other one for the application. Data about invisible applications combines two things: it contains the link " https://s.pximg.net/common/images/limit_sanity_level_360.png " (in the second array) and in the field "sanity_level" is always greater than 2 (Recently, I found out that there can only be 2, 4, 6).

A few examples:
https://colab.research.google.com/drive/1kGVIGJQz3YuzRmhtY4DiwLZl9pHQcG2m?usp=sharing

这个issue( mikf/gallery-dl#4327 )提到了相同的问题,他们似乎在考虑在这种情况下使用Web API作为APP API的替代。
这一解决方案也有望修复 #570

根据官方发布的 公告 ,p站不太可能在未来移除这些限制。

HeXis-YS/pixez-flutter/releases/tag/web_api_wip_1
自己魔改了一下,算是抛砖引玉,不保证稳定。欢迎大家测试。
这个版本只恢复了收藏列表和通过ID搜索的单张或多张插图。

下一步打算修用户列表的插画,除了插画之外的类型(漫画、动图、小说)没有搞的动力,适配Web API太耗时间了。
另外对于插画和用户的描述信息也不打算修(如果这些信息包含在现有功能需要获取的响应中就顺手做了),主要是没有信息的插画太多了。而使用Web API开销很大,每一份作品需要单独发送一个请求。如果每一个描述信息为空的插画都通过Web API验证那么加载可能会非常慢。