fix(indexers) alpharatio infourl (#697)

* fix(indexer) fixed regex for alpharatio infourl

* updated alpharatio regex

* changed infourl
This commit is contained in:
soup 2023-02-07 00:20:28 +01:00 committed by GitHub
parent bfdf875541
commit 28874564e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"