Skip to content

Commit

Permalink
Avoid .xxxxxxx.TPB confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 9, 2012
1 parent b31e9c4 commit 77424b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smore.pl
Expand Up @@ -32,6 +32,8 @@ sub se {

my $filename = $origfilename;

$filename =~ s/\.\d+\.TPB//g;

$filename =~ s/_/ /g;
$filename =~ s/\b\d{4}\b//g;
$filename =~ s/480p//g;
Expand Down

0 comments on commit 77424b9

Please sign in to comment.