--- Convert-UUlib/example-decoder 2008/10/13 12:14:00 1.17 +++ Convert-UUlib/example-decoder 2009/07/18 05:58:26 1.18 @@ -47,6 +47,9 @@ # like alt.binaries.games.anime, where non-mime, uuencoded data # is very common + # File 06 of 33 - Kendo - Final - 0001.jpg (2/3) + return $1 if /File \d+ of \d+ - (.*) \(\d+\/\d+\)/i; + # if we find some *.rar, take it as the filename return $1 if /(\S{3,}\.(?:[rstuvwxyz]\d\d|rar))\s/i;