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