rollback setting English as a default language for content

This commit is contained in:
chschtsch 2015-11-10 20:28:05 +03:00
parent 862b5aaef6
commit c589b03dcb
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ 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()));