fix url
git-svn-id: https://osmand.googlecode.com/svn/trunk@304 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
51f3aaf8da
commit
ff38418d90
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class DownloaderIndexFromGoogleCode {
|
||||||
|
|
||||||
private static StringBuilder getContent() {
|
private static StringBuilder getContent() {
|
||||||
try {
|
try {
|
||||||
URL url = new URL("http://code.google.com/p/osmand/downloads/list"); //$NON-NLS-1$
|
URL url = new URL("http://code.google.com/p/osmand/downloads/list?num=500&start=0"); //$NON-NLS-1$
|
||||||
|
|
||||||
BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
|
BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream()));
|
||||||
StringBuilder b = new StringBuilder();
|
StringBuilder b = new StringBuilder();
|
||||||
|
|
Loading…
Reference in a new issue