Changeset 30074 in osm for applications
- Timestamp:
- 2013-11-21T22:44:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java
r29854 r30074 73 73 static List<WikipediaEntry> getEntriesFromCategory(String wikipediaLang, String category, int depth) { 74 74 try { 75 final String url = "http://tools erver.org/~simon04/cats.php"75 final String url = "http://tools.wmflabs.org/cats-php/" 76 76 + "?lang=" + wikipediaLang 77 77 + "&depth=" + depth
Note:
See TracChangeset
for help on using the changeset viewer.