Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

fix(unit3d), feat(ant) #1666

Merged
merged 4 commits into from
Nov 21, 2023
Merged

fix(unit3d), feat(ant) #1666

merged 4 commits into from
Nov 21, 2023

Conversation

Bright-W
Copy link
Contributor

@Bright-W Bright-W commented Nov 20, 2023

fix(unit3d): torrent tag
feat(ant): support IMDB search

@Bright-W Bright-W changed the title fix(unit3d): torrent tag fix(unit3d), feat(ant) Nov 20, 2023
@fzlins
Copy link
Collaborator

fzlins commented Nov 20, 2023

应该改成模糊匹配吧,比如blu这种的
<i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

@Bright-W
Copy link
Contributor Author

应该改成模糊匹配吧,比如blu这种的 <i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

确实模糊匹配比较好, 已提交.

@fzlins
Copy link
Collaborator

fzlins commented Nov 21, 2023

应该改成模糊匹配吧,比如blu这种的 <i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

确实模糊匹配比较好, 已提交.

i[title*='Featured'], i[data-original-title*='Featured'] 同时在free和2xup里了

@Bright-W
Copy link
Contributor Author

应该改成模糊匹配吧,比如blu这种的 <i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

确实模糊匹配比较好, 已提交.

i[title*='Featured'], i[data-original-title*='Featured'] 同时在free和2xup里了

Featured 的种子就是同时有双倍上传和免费下载.

@fzlins
Copy link
Collaborator

fzlins commented Nov 21, 2023

应该改成模糊匹配吧,比如blu这种的 <i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

确实模糊匹配比较好, 已提交.

i[title*='Featured'], i[data-original-title*='Featured'] 同时在free和2xup里了

Featured 的种子就是同时有双倍上传和免费下载.
有这种的tag:"name": "2xFree",

@Bright-W
Copy link
Contributor Author

应该改成模糊匹配吧,比如blu这种的 <i class="torrent-icons__freeleech fas fa-calendar-star" title="100% Free (expires 23 hours from now)"></i>

确实模糊匹配比较好, 已提交.

i[title*='Featured'], i[data-original-title*='Featured'] 同时在free和2xup里了

Featured 的种子就是同时有双倍上传和免费下载.
有这种的tag:"name": "2xFree",

没用这个tag, 因为featured 的种子blu 会同时显示三个图标, featured, 100% free, 和 double upload. 有的站只显示featured 一个图标. 这样blu 在ptpp 会显示3 个tag. 感觉2xfree 有点多余.

@fzlins fzlins merged commit 4fb5e63 into pt-plugins:dev Nov 21, 2023
4 checks passed
@Bright-W Bright-W deleted the dev2 branch November 21, 2023 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants