Browse Source
Update Constants.java
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
app/src/main/java/awais/instagrabber/utils/Constants.java
|
|
@ -54,9 +54,9 @@ public final class Constants { |
|
|
|
// spoof |
|
|
|
public static final String USER_AGENT = "Mozilla/5.0 (Linux; Android 8.1.0; motorola one Build/OPKS28.63-18-3; wv) " + |
|
|
|
"AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 " + |
|
|
|
"Instagram 160.0.0.25.132 Android (27/8.1.0; 320dpi; 720x1362; motorola; motorola one; deen_sprout; qcom; pt_BR; 246889068)"; |
|
|
|
"Instagram 161.0.0.37.121 Android (27/8.1.0; 320dpi; 720x1362; motorola; motorola one; deen_sprout; qcom; pt_BR; 248310224)"; |
|
|
|
public static final String I_USER_AGENT = |
|
|
|
"Instagram 160.0.0.25.132 Android (27/8.1.0; 320dpi; 720x1362; motorola; motorola one; deen_sprout; qcom; pt_BR; 246889068)"; |
|
|
|
"Instagram 161.0.0.37.121 Android (27/8.1.0; 320dpi; 720x1362; motorola; motorola one; deen_sprout; qcom; pt_BR; 248310224)"; |
|
|
|
public static final String A_USER_AGENT = "https://InstaGrabber.AustinHuang.me / mailto:[email protected]"; |
|
|
|
// see https://github.com/dilame/instagram-private-api/blob/master/src/core/constants.ts |
|
|
|
public static final String SUPPORTED_CAPABILITIES = "[ { \"name\": \"SUPPORTED_SDK_VERSIONS\", \"value\":" + |
|
|
|