Skip to content

Commit

Permalink
Improve release-group regex for BTN to handle edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Jan 27, 2015
1 parent f9bb134 commit 90d63ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTN.tracker
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<if srcvar="torrentName" regex="^(?!\[.*]).*">
<extract srcvar="torrentName" optional="true">
<regex value="(?:.*?[\._\s])+.*?-(.*)"/>
<regex value="(?:.*?[\._\s])+.*?-(.*?)(?:\..*)?$"/>
<vars>
<var name="releaseGroup"/>
</vars>
Expand Down

0 comments on commit 90d63ac

Please sign in to comment.