Browse Source
Update UserAgentUtils.kt
renovate/androidx.fragment-fragment-ktx-1.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 = "192.0.0.35.123" |
|
|
|
private const val igVersionCode = "298419744" |
|
|
|
private const val igVersion = "195.0.0.31.123" |
|
|
|
private const val igVersionCode = "302733772" |
|
|
|
|
|
|
|
// 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 |
|
|
|