fix(indexers): revtt regex escape (#206)

This commit is contained in:
Ludvig Lundgren 2022-03-26 18:40:22 +01:00 committed by GitHub
parent 7ef4538200
commit baac92cc25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ parse:
- test: - test:
- "!new Some.TV.Show.S01E02.720p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=z4WBMrhj&hit=1" - "!new Some.TV.Show.S01E02.720p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=z4WBMrhj&hit=1"
- "!new Some.Other.Show.S01E02.1080p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=eAg24buk&hit=1" - "!new Some.Other.Show.S01E02.1080p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=eAg24buk&hit=1"
pattern: "!new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)" pattern: '!new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)'
vars: vars:
- torrentName - torrentName
- category - category