refactor(indexers): ANT improve freeleech support (#1302)

feat(indexers): add freeleech support for ANT
This commit is contained in:
Kuredant 2023-12-25 21:48:58 +09:00 committed by GitHub
parent 3fd939b531
commit 937d62fb82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,8 @@ irc:
expect: expect:
category: Feature Film category: Feature Film
year: "1897" year: "1897"
releaseTags: H264 / MKV / Blu-ray / 1080p / DTS / Subs / Freeleech! releaseTags: H264 / MKV / Blu-ray / 1080p / DTS / Subs
freeleech: Freeleech!
torrentName: Tremar.1897.1080p.BluRay.DTS.x264-GROUP torrentName: Tremar.1897.1080p.BluRay.DTS.x264-GROUP
torrentSize: 12.84 GiB torrentSize: 12.84 GiB
uploader: user uploader: user
@ -73,7 +74,8 @@ irc:
expect: expect:
category: Feature Film category: Feature Film
year: "1928" year: "1928"
releaseTags: H264 / MKV / Blu-ray / 1080p / AC3 / Scene / Freeleech! releaseTags: H264 / MKV / Blu-ray / 1080p / AC3 / Scene
freeleech: Freeleech!
torrentName: Circus.Du.1928.1080p.BluRay.ACC.x264-GROUP torrentName: Circus.Du.1928.1080p.BluRay.ACC.x264-GROUP
torrentSize: 8.24 GiB torrentSize: 8.24 GiB
uploader: anon uploader: anon
@ -84,19 +86,33 @@ irc:
expect: expect:
category: Feature Film category: Feature Film
year: "1918" year: "1918"
releaseTags: H264 / MKV / Blu-ray / 1080p / DTS / Subs / Freeleech! releaseTags: H264 / MKV / Blu-ray / 1080p / DTS / Subs
freeleech: Freeleech!
torrentName: Judo.1918.1080p.BluRay.DTS.x264-GROUP torrentName: Judo.1918.1080p.BluRay.DTS.x264-GROUP
torrentSize: 7.40 GiB torrentSize: 7.40 GiB
uploader: user1 uploader: user1
baseUrl: https://anthelion.me/ baseUrl: https://anthelion.me/
torrentId: "117" torrentId: "117"
tags: crime,drama,thriller,action,subtitles tags: crime,drama,thriller,action,subtitles
- line: '[Feature Film] Non-Freeleech Movie (1997) [H264 / MKV / WEB / 1080p / AC3 / Subs / ReleaseGrp / Filename: Non-Freeleech.Movie.1997.1080p.AMZN.WEB-DL.DDP5.1.x264-ReleaseGrp.mkv] [6.68 GiB - Uploader: user2] https://anthelion.me/torrents.php?action=download&id=70000 - comedy,drama,romance,subtitles'
expect:
category: Feature Film
year: "1997"
releaseTags: H264 / MKV / WEB / 1080p / AC3 / Subs / ReleaseGrp
freeleech: ""
torrentName: Non-Freeleech.Movie.1997.1080p.AMZN.WEB-DL.DDP5.1.x264-ReleaseGrp.mkv
torrentSize: 6.68 GiB
uploader: user2
baseUrl: https://anthelion.me/
torrentId: "70000"
tags: comedy,drama,romance,subtitles
pattern: '\[(.*?)\] .* \((.*)\) \[(.*) \/ Filename: (.*)\] \[(.*) - Uploader: (.*)\] (https?\:\/\/.*\/).*id=(\d+).* - (.*)' pattern: '\[(.*?)\] .* \((.*)\) \[(.*?)(?: \/ (Freeleech!))? \/ Filename: (.*)\] \[(.*) - Uploader: (.*)\] (https?\:\/\/.*\/).*id=(\d+).* - (.*)'
vars: vars:
- category - category
- year - year
- releaseTags - releaseTags
- freeleech
- torrentName - torrentName
- torrentSize - torrentSize
- uploader - uploader