mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): MTV announce regex pattern (#1054)
This commit is contained in:
parent
ea35ef7fe8
commit
603312cebe
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ irc:
|
|||
lines:
|
||||
- test:
|
||||
- "TV.Show.2008.720p.BluRay.DTS.x264-TEST - Size: 6.56 GiB - Uploader: Test - Tags: autoup,h264,hd,dts.audio,bluray,720p,p2p.group.release,Test.release,hd.movie - https://www.morethantv.me/torrents.php?torrentid=000000"
|
||||
pattern: '(.+) - Size: (.+) - Uploader: (.+) - Tags: (.+(hd.episode|hd.season|sd.episode|sd.season|sd.movie|hd.movie)) - (https?:\/\/.+\/)torrents.php\?torrentid=(\d+)'
|
||||
pattern: '(.*) - Size: (.*) - Uploader: (.*) - Tags: (.*(hd.episode|hd.season|sd.episode|sd.season|sd.movie|hd.movie).*) - (https?:\/\/.+\/)torrents.php\?torrentid=(\d+)'
|
||||
vars:
|
||||
- torrentName
|
||||
- torrentSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue