fix(indexers): EMP parse line patterns (#494)

This commit is contained in:
ze0s 2022-10-13 16:29:36 +02:00 committed by GitHub
parent 72be86a34f
commit 2f3eb8d676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ parse:
lines:
- 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=(.*)'
pattern: '(.*) - Size: (.*) - Uploader: (.*) - Tags: (.*) - (https:\/\/.*torrents\.php\?)torrentid=(.*)'
vars:
- torrentName
- torrentSize