update date extracting regex pattern + fix some strings in English
This commit is contained in:
parent
586bad345c
commit
224e7a8969
8 changed files with 20 additions and 20 deletions
|
|
@ -37,6 +37,7 @@ public class Downloader {
|
|||
HttpURLConnection con = (HttpURLConnection) url.openConnection();
|
||||
con.setRequestMethod("GET");
|
||||
con.setRequestProperty("User-Agent", USER_AGENT);
|
||||
con.setRequestProperty("Accept-Language", "en");
|
||||
|
||||
BufferedReader in = new BufferedReader(
|
||||
new InputStreamReader(con.getInputStream()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue