ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/example-decoder
(Generate patch)

Comparing Convert-UUlib/example-decoder (file contents):
Revision 1.8 by root, Tue Oct 15 23:20:30 2002 UTC vs.
Revision 1.10 by root, Tue Dec 28 21:32:27 2004 UTC

53 53
54 # - (xxx) No. 1 sayuri81.jpg 756565 bytes 54 # - (xxx) No. 1 sayuri81.jpg 756565 bytes
55 # - (20 files) No.17 Roseanne.jpg [2/2] 55 # - (20 files) No.17 Roseanne.jpg [2/2]
56 return $1 if /No\.[ 0-9]+ (\S+\....) (?:\d+ bytes )?\[/; 56 return $1 if /No\.[ 0-9]+ (\S+\....) (?:\d+ bytes )?\[/;
57 57
58 # try to detetc some common forms of filenames
59 return $1 if /([a-z0-9_\-+.]{3,}\.[a-z]{3,4}(?:.\d+))/i;
60
58 # otherwise just pass what we have 61 # otherwise just pass what we have
59 return (); 62 return ();
60}; 63};
61 64
62# now read all files in the directory uusrc/* 65# now read all files in the directory uusrc/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines