diff options
| author | rsudev <rasch@munin-soft.de> | 2013-02-18 22:21:59 +0100 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-02-18 22:21:59 +0100 |
| commit | 8449a5359f0e554ddd962167cff91e20e21cf4bb (patch) | |
| tree | 82d6e8ef361e4a3065400f788b1eb6e64b6d1d64 /main/src/cgeo/geocaching/connector/gc/GCConstants.java | |
| parent | a268af51bcf2ddec2ab4631c6d0aedbd51811ec2 (diff) | |
| parent | ea13018cc48c97125e25668f5bea67135f5df9ee (diff) | |
| download | cgeo-8449a5359f0e554ddd962167cff91e20e21cf4bb.zip cgeo-8449a5359f0e554ddd962167cff91e20e21cf4bb.tar.gz cgeo-8449a5359f0e554ddd962167cff91e20e21cf4bb.tar.bz2 | |
Merge remote-tracking branch 'campbeb/fix6a' into 6b
Conflicts:
main/src/cgeo/geocaching/connector/gc/GCParser.java
Diffstat (limited to 'main/src/cgeo/geocaching/connector/gc/GCConstants.java')
| -rw-r--r-- | main/src/cgeo/geocaching/connector/gc/GCConstants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/connector/gc/GCConstants.java b/main/src/cgeo/geocaching/connector/gc/GCConstants.java index 8a4a741..8660ec4 100644 --- a/main/src/cgeo/geocaching/connector/gc/GCConstants.java +++ b/main/src/cgeo/geocaching/connector/gc/GCConstants.java @@ -163,6 +163,8 @@ public final class GCConstants { public final static Pattern PATTERN_USERSESSION = Pattern.compile("UserSession\\('([^']+)'"); public final static Pattern PATTERN_SESSIONTOKEN = Pattern.compile("sessionToken:'([^']+)'"); + public final static Pattern PATTERN_LOG_IMAGE_UPLOAD = Pattern.compile("/seek/upload\\.aspx\\?LID=(\\d+)", Pattern.CASE_INSENSITIVE); + public final static String STRING_PREMIUMONLY_2 = "Sorry, the owner of this listing has made it viewable to Premium Members only."; public final static String STRING_PREMIUMONLY_1 = "has chosen to make this cache listing visible to Premium Members only."; public final static String STRING_UNPUBLISHED_OWNER = "cache has not been published yet"; |
