1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-24 20:15:16 +01:00

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

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()));