feat(indexers): irc parse support ignoring lines (#641)

feat(indexers): irc support ignore line
This commit is contained in:
ze0s 2023-01-10 19:20:48 +01:00 committed by GitHub
parent e014528c97
commit 626fa6f156
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 4 deletions

View file

@ -63,6 +63,11 @@ irc:
parse:
type: multi
lines:
- test:
- "New torrent uploaded!"
pattern: '^New torrent uploaded!$'
ignore: true
- test:
- "Title: Dragons Forever | Year: 1988 | URL: https://pixelhd.me/torrents.php?torrentid=23001"
pattern: 'Title: (.*) \| Year: (.*) \| URL: (https?:\/\/.*\/).+id=(.+)'
@ -71,6 +76,7 @@ irc:
- year
- baseUrl
- torrentId
- test:
- "Uploader: Anon | Release Group: Px4K | Format: MP4 | Genre(s): action,comedy,romance"
pattern: 'Uploader: (.*) \| Release Group: (.*) \| Format: (.*) \| Genre\(s\): (.*)'