Sleazy Fork is available in English.

自动获取磁链接并自动离线下载

< Feedback on 挊

Question/comment

§
Posted: 2016/06/20

文件大小显示错误

以javlibrary为例,虽然开启了VPN,但是btio始终无搜索结果,btdb虽然有搜索结果,但是最近发现文件大小显示不正确了,原来都可以显示X.XX GB,现在显示的是btdb.in 里的files 栏位而非size 栏位,建议作者下次更新时:
1、替换btio为另外的更好的搜索引擎;
2、调整btdb的文件大小读取设置。
谢谢

§
Posted: 2016/06/25

685line

url: 'https://btio.pw/search/' + kw,

to

url: 'https://btso.pw/search/' + kw,


730 line

'size': elems[i].nextElementSibling.children[2].textContent,

to

'size': elems[i].nextElementSibling.children[1].textContent,

thunderhitAuthor
§
Posted: 2016/07/13
685line

url: 'https://btio.pw/search/' + kw,

to

url: 'https://btso.pw/search/' + kw,


730 line

'size': elems[i].nextElementSibling.children[2].textContent,

to

'size': elems[i].nextElementSibling.children[1].textContent,

thanks

Post reply

Sign in to post a reply.