Browse Source
chore: user-agent
renovate/org.robolectric-robolectric-4.x
Austin Huang
3 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
2 additions and
2 deletions
-
app/src/main/java/awais/instagrabber/utils/UserAgentUtils.kt
|
|
@ -18,8 +18,8 @@ val browsers = arrayOf( |
|
|
|
) |
|
|
|
|
|
|
|
// use APKpure, assume arm64-v8a |
|
|
|
private const val igVersion = "188.0.0.35.124" |
|
|
|
private const val igVersionCode = "292080186" |
|
|
|
private const val igVersion = "192.0.0.35.123" |
|
|
|
private const val igVersionCode = "298419744" |
|
|
|
|
|
|
|
// you can pick *any* device as long as you LEAVE OUT the resolution for maximum download quality |
|
|
|
// https://github.com/dilame/instagram-private-api/blob/master/src/samples/devices.json |
|
|
|