mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 01:09:13 +00:00
feat(indexers): add support for optional baseurl override (#551)
* feat(indexers): optional baseurl override * feat(indexers): update baseUrl parsing * refactor(indexers): BREAKING move parse to IRC struct * Move Parse as part of IRC struct from Indexer * Updated definitions * Build torrentUrl in stages * Use new url.JoinPath to build torrentUrl * Update tests * refactor(indexers): select option obj * refactor(indexers): make backwards compatible
This commit is contained in:
parent
301180e55b
commit
25a165b764
66 changed files with 1533 additions and 1211 deletions
|
@ -54,22 +54,22 @@ irc:
|
|||
label: Invite command
|
||||
help: Invite auth with DBBot. Replace IRCKEY with your key.
|
||||
|
||||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- ":[N]-[Movies]-[Encode]-[720p]-[797 MiB]-[Some.Old.Movie.1972.720p.BluRay.x264.AAC-GROUP]-[Anonymous]-[https://danishbytes.club/torrents/0000]-[FL: 0]-[DU: 0];"
|
||||
pattern: ':\[N\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*\/)(?:.*\/)(.*)\]-\[FL: (.*)\]-\[DU: .*\];'
|
||||
vars:
|
||||
- category
|
||||
- releaseTags
|
||||
- resolution
|
||||
- torrentSize
|
||||
- torrentName
|
||||
- uploader
|
||||
- baseUrl
|
||||
- torrentId
|
||||
- freeleech
|
||||
parse:
|
||||
type: single
|
||||
lines:
|
||||
- test:
|
||||
- ":[N]-[Movies]-[Encode]-[720p]-[797 MiB]-[Some.Old.Movie.1972.720p.BluRay.x264.AAC-GROUP]-[Anonymous]-[https://danishbytes.club/torrents/0000]-[FL: 0]-[DU: 0];"
|
||||
pattern: ':\[N\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*)\]-\[(.*\/)(?:.*\/)(.*)\]-\[FL: (.*)\]-\[DU: .*\];'
|
||||
vars:
|
||||
- category
|
||||
- releaseTags
|
||||
- resolution
|
||||
- torrentSize
|
||||
- torrentName
|
||||
- uploader
|
||||
- baseUrl
|
||||
- torrentId
|
||||
- freeleech
|
||||
|
||||
match:
|
||||
torrenturl: "{{ .baseUrl }}torrent/download/{{ .torrentId }}.{{ .passkey }}"
|
||||
match:
|
||||
torrenturl: "/torrent/download/{{ .torrentId }}.{{ .passkey }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue