mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers) alpharatio infourl (#697)
* fix(indexer) fixed regex for alpharatio infourl * updated alpharatio regex * changed infourl
This commit is contained in:
parent
bfdf875541
commit
28874564e1
1 changed files with 3 additions and 2 deletions
|
@ -66,11 +66,12 @@ irc:
|
|||
lines:
|
||||
- test:
|
||||
- "[new release]-[moviehd]-[that.movie.2017.internal.1080p.bluray.crf.x264-group]-[url]-[ https://alpharatio.cc/torrents.php?id=000000 ]-[ 000000 ]-[ uploaded 2 mins, 59 secs after pre. ]"
|
||||
pattern: '\[.*\]-\[(.*)\]-\[(.*)\]-\[.*\]-\[ (https?://.+/).*]-\[ (\d+) \](?:-\[ \w* (.*) after .* ])?'
|
||||
pattern: '\[.*\]-\[(.*)\]-\[(.*)\]-\[.*\]-\[ (https?://.+/).*id=(.*) ]-\[ (\d+) \](?:-\[ \w* (.*) after .* ])?'
|
||||
vars:
|
||||
- category
|
||||
- torrentName
|
||||
- baseUrl
|
||||
- groupId
|
||||
- torrentId
|
||||
- preTime
|
||||
- test:
|
||||
|
@ -83,5 +84,5 @@ irc:
|
|||
- auto
|
||||
|
||||
match:
|
||||
infourl: "/torrents.php?id={{ .torrentId }}"
|
||||
infourl: "/torrents.php?id={{ .groupId }}&torrentid={{ .torrentId }}"
|
||||
torrenturl: "/torrents.php?action=download&id={{ .torrentId }}&authkey={{ .authkey }}&torrent_pass={{ .torrent_pass }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue