Lego
Lego
Lego website support. Lego does host its video player within and iframe.
Video informations are available as a json valid text on video attribute
of a div tag. Let's called the parsed object data for the rest of the
documentation.
Videos url can be generated as follow:
- data-video-progressive-urlattribute of the document element
- append public/
- append 2 first chars from data.ItemId+/+ the next 2 chars ifdata.NetStoragePathis not set
- append data.NetStoragePathif set.
- append /
- append data.ItemId+_
- append data.VideoId+_
- append data.Locale+_
- append data.VideoVersion+_
- append quality number (256, 512, 1024, 1536, 2560)
- append type extension (.mp4 or .webm)
Video poster image is available on data.CoverImageUrl.
URLs support:
- [x] http[s]?://www.lego.com/<LANG_ISO_CODE>/mediaplayer/video/<VIDEO>
Lego
Lego website support. Lego does host its video player within and iframe.
Video informations are available as a json valid text on video attribute
of a div tag. Let's called the parsed object data for the rest of the
documentation.
Videos url can be generated as follow:
- data-video-progressive-urlattribute of the document element
- append public/
- append 2 first chars from data.ItemId+/+ the next 2 chars ifdata.NetStoragePathis not set
- append data.NetStoragePathif set.
- append /
- append data.ItemId+_
- append data.VideoId+_
- append data.Locale+_
- append data.VideoVersion+_
- append quality number (256, 512, 1024, 1536, 2560)
- append type extension (.mp4 or .webm)
Video poster image is available on data.CoverImageUrl.
URLs support:
- [x] http[s]?://www.lego.com/<LANG_ISO_CODE>/mediaplayer/video/<VIDEO>