--- PicasaWebDownloader-1.1/Program.cs.orig 2007-08-20 14:10:44.000000000 +0200 +++ PicasaWebDownloader-1.1/Program.cs 2007-11-05 21:06:28.238055228 +0100 @@ -36,10 +36,10 @@ static bool canonizePicasaUrl( string source, out Uri targetUri ) { Regex pattern = new Regex( - @"^(http://picasaweb\.google\.com/" + + @"^(http://picasaweb\.google\.(\w|\.)+/" + @"((?\w(\w|\.)+)/(?\w(\w|\.)+))" + @"|(data/feed/base/user/(?\w(\w|\.)+)/album(?id)/(?\d+)))" + - @"(\?.*(?authkey\=\w+))?", + @"(\?.*(?authkey\=(\w|-)+))?", RegexOptions.IgnoreCase | RegexOptions.ExplicitCapture | RegexOptions.IgnorePatternWhitespace ); string replacement =