fix(indexers): adapt TheOldSchool regex (#1628)

This commit is contained in:
martylukyy 2024-08-25 15:54:02 +02:00 committed by GitHub
parent ecffdc60ec
commit 13b67b2fb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,18 @@ irc:
uploader: oldschool uploader: oldschool
baseUrl: https://theoldschool.cc/ baseUrl: https://theoldschool.cc/
torrentId: "00000" torrentId: "00000"
pattern: '\[NEW\] \[(.*)\] \[(.*)\] \[(.*)\] \[(.*)\] \[(.*)%\](?:\s\[pre (.*)\])? par (.*) -> (https?\:\/\/.+\/).+\/(\d+)' - line: ' [EXCLUSiVE] [Series] [A.Show.S07.MULTi.1080p.WEB.H264-GROUP] [WEB] [71.16 GiB] [0%] [pre 23h 15m 54s] par xxx -> https://theoldschool.cc/torrents/00000'
expect:
category: Series
torrentName: A.Show.S07.MULTi.1080p.WEB.H264-GROUP
source: WEB
torrentSize: 71.16 GiB
freeleechPercent: "0"
preTime: 23h 15m 54s
uploader: xxx
baseUrl: https://theoldschool.cc/
torrentId: "00000"
pattern: '\[.*\] \[(.*)\] \[(.*)\] \[(.*)\] \[(.*)\] \[(.*)%\](?:\s\[pre (.*)\])? par (.*) -> (https?\:\/\/.+\/).+\/(\d+)'
vars: vars:
- category - category
- torrentName - torrentName