mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@542 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
70a835384e
commit
93e0e3c4ad
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import java.util.zip.GZIPInputStream;
|
|||
*/
|
||||
public final class ParserUtils
|
||||
{
|
||||
private static final String SCRAPE_USER_AGENT = "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110303 Ubuntu/10.04 (lucid) Firefox/3.6.15";
|
||||
private static final String SCRAPE_USER_AGENT = "Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0";
|
||||
private static final String SCRAPE_ACCEPT = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8";
|
||||
private static final int SCRAPE_INITIAL_CAPACITY = 4096;
|
||||
private static final int SCRAPE_CONNECT_TIMEOUT = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue