mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 01:09:13 +00:00
refactor(indexers): ANT improve freeleech support (#1302)
feat(indexers): add freeleech support for ANT
This commit is contained in:
parent
3fd939b531
commit
937d62fb82
1 changed files with 125 additions and 109 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue