Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Android = UserAgent{
API: 99,
Brand: "brand",
Density: "density",
Device: "device",
Instagram: "220.0.0.16.115",
Model: "model",
Platform: "platform",
Release: 9,
Resolution: "9999x9999",
}
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type Info ¶ added in v1.46.2
type Login ¶ added in v1.32.1
type Login struct {
Authorization string
}
func (Login) MediaItems ¶ added in v1.46.2
It seems as of 2022-02-06, that all Instagram API require Authentication, and that no endpoints allow for anonymous access, even public HTML pages. If I am wrong about that, I will be happy to hear it, but for now I am giving up on anonymous access.
type UserAgent ¶ added in v1.46.3
type UserAgent struct {
API int64
Brand string
Density string
Device string
Instagram string
Model string
Platform string
Release int64
Resolution string
}
I noticed that even with the posts that have `video_dash_manifest`, you have to request with a correct User-Agent. If you use wrong agent, you will get a normal response, but the `video_dash_manifest` will be missing.
Click to show internal directories.
Click to hide internal directories.