mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): emp parse pattern id (#379)
This commit is contained in:
parent
2b3fab28c1
commit
97f527dd81
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ irc:
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
lines:
|
lines:
|
||||||
- pattern: '^(.*?) - Size: ([0-9]+?.*?) - Uploader: (.*?) - Tags: (.*?) - (https://.*torrents.php\?)id=(.*)$'
|
- test:
|
||||||
|
- "Some long funny title - Size: 2.54 GiB - Uploader: uploader1 - Tags: tag1,tag2 - https://www.empornium.is/torrents.php?torrentid=000000"
|
||||||
|
- pattern: '(.*) - Size: (.*) - Uploader: (.*) - Tags: (.*) - (https:\/\/.*torrents\.php\?)torrentid=(.*)'
|
||||||
vars:
|
vars:
|
||||||
- torrentName
|
- torrentName
|
||||||
- torrentSize
|
- torrentSize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue