Juszoe / flexget-nexusphp

A flexget plugin for filter nexusphp torrents
GNU General Public License v3.0
516 stars 115 forks source link

关于U2的Other优惠 #24

Closed sun128764 closed 4 years ago

sun128764 commented 4 years ago

U2中的Other优惠一般为上传2.33,下载0。个人认为比较接近2Xfree类别。希望可以更改到2Xfree类别中,以方便订阅者下载全部免费种子。

xfl03 commented 4 years ago

看代码是目前把Other优惠都认为是2x优惠:

'<td.*?top.*?pro_custom.*?优惠历史.*?</td>': '2x'

上传 2.33X 下载 0相关的html如下:

<td  class="rowfollow" valign="top" align="left"> <img class="pro_custom" src="pic/trans.gif" alt="Promotion" />&nbsp;<img class="arrowup" src="pic/trans.gif" alt="上传比率" /><b>2.33X</b>&nbsp;<img class="arrowdown" src="pic/trans.gif" alt="下载比率" /><b>0.00X</b> <b>剩余 <time title="2019-12-30 20:09:06">4&shy;天&shy;5&shy;小时</time></b>&nbsp;&nbsp;<a href="promotion.php?action=torrent&id=29915" class="faqlink">优惠历史</a>&nbsp;&nbsp;<a href="promotion.php?action=magic&torrent=29915" class="faqlink">魔法</a></td>
kafuuchino-s commented 4 years ago

自己加个2.33up0.00down的筛选就行了

xfl03 commented 4 years ago

@kafuuchino-s 希望可以详细说一下

kafuuchino-s commented 4 years ago

nexusphp.zip 你直接用这个吧,对比一下代码就能发现我只是照着其他优惠条件加了个2.33up0.00down的优惠, 你到时在flexget配置文件中的discout那项再加个2.33up0.00down的选项就行了。 image

Juszoe commented 4 years ago

@sun128764 已从 2x 修改为 2xfree,之前还以为要记下载

aquestionx commented 4 years ago

nexusphp.zip 你直接用这个吧,对比一下代码就能发现我只是照着其他优惠条件加了个2.33up0.00down的优惠, 你到时在flexget配置文件中的discout那项再加个2.33up0.00down的选项就行了。 image

我尝试着使用nexusphp在U2下载免费种,free,2xfree,2.33这种,我配置了nexusphp但仍然没办法把免费种筛选进来,我查log还是提示 ......by nexusphp plugin because none does not match discount

我不懂编程,nexusphp.py里面的东西打开了我看了也一脸懵,我猜测是不是因为U2的免下载不是因为在种子发布时系统自动给的,而是用户用积分自己换的,所以在刚开始时rss里抓不到。以下是我的Flexget配置,能否指导一下如何在U2抓免费种,谢谢。

FL

Juszoe commented 4 years ago

@aquestionx U2这种情况是因为,优惠是发布之后才添加的,如果没有优惠的时候就执行了Flexget就会缓存“None”的结果。可以设置remember: no取消缓存