]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/blob - PicasaWebDownloader-imgmax.patch
- added imgmax patch: add imgmax=d arg to get original size photos
[packages/PicasaWebDownloader.git] / PicasaWebDownloader-imgmax.patch
1 --- PicasaWebDownloader-1.2/Program.cs.orig     2008-09-11 18:10:26.000000000 +0200
2 +++ PicasaWebDownloader-1.2/Program.cs  2012-03-25 09:46:04.956436678 +0200
3 @@ -64,7 +64,7 @@
4          /// corresponding Google data API URLs.
5          /// </summary>
6          const string GoogleAPIReplacementPattern =
7 -            "http://picasaweb.google.${tld}/data/feed/api/user/${username}/album${qual}/${album}?kind=photo&${authkey}";
8 +            "http://picasaweb.google.${tld}/data/feed/api/user/${username}/album${qual}/${album}?kind=photo&imgmax=d&${authkey}";
9  
10             /// <summary>
11             /// A regular expression used to match counter suffixes ("(2)", "(3)" etc.) in filenames.
This page took 0.066301 seconds and 3 git commands to generate.